Is the `expanded` logic for `ExposedDropdownMenuBo...
# compose
r
Is the
expanded
logic for
ExposedDropdownMenuBox
wonky right now? I'm trying to use it for autocomplete results via an editable
OutlinedTextField
nested inside. When the dropdown menu is expanded, it's consuming "backspace" inputs to try to dismiss itself. In order to actually delete a character, I have to basically hit backspace twice. Once to dismiss the popup, and another to actually delete the character. Has anyone run into this behavior?
This seems like an emulator issue. It's actually fine on physical devices.