ryan.fonzi
06/15/2022, 3:53 PMexpanded
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?