Fixed
Status Update
Comments
au...@google.com <au...@google.com> #2
Hi, we included a fix for this in Material 3 1.2.0-alpha07. Can you check if the issue is still reproducible on that version?
kl...@google.com <kl...@google.com>
kl...@google.com <kl...@google.com> #3
Yes I confirm, this issue is fixed in this new MDC3 version
Description
Jetpack Compose version: 1.2.0-rc02 Jetpack Compose component used: ui, material Kotlin version: 1.6.21
Steps to Reproduce or Code Sample to Reproduce:
Create empty compose project. Add below code to MainActivity:
When TextField is enabled, everything works as expected. Removing it from composition makes the soft keyboard disappear. But once
enabled
is set to false, TextField loses focus but keyboard remains visible, even when later TextField is removed from the composition.Expected behavior:
Actual behavior: