Assigned
Status Update
Comments
ha...@google.com <ha...@google.com>
jo...@trademe.co.nz <jo...@trademe.co.nz> #2
Seeing the same issue in ModalBottomSheet from material3-android -> 1.4.0-alpha05
.
Description
"bomVersion" : '2024.04.01'
Jetpack Compose component(s) used:
androidx.compose.material
Android Studio Build:
2024.1.1 Patch 2
Kotlin version:
1.9.23
Steps to Reproduce or Code Sample to Reproduce:
1.
have a ExposedDropdownMenuBox containing a TextField and ExposedDropdownMenu with DropdownMenuItems
that is populated with suggestions based on textfield input.
2.
typing characters on physical devices works forward but can't delete without multiple taps and will lock ui on enter
typing on emulator may produce the odd character but deleting only occurs one character per focus
this appears to be a continuation of the bug