Alderson Elliot
02/07/2022, 9:03 AMOleksandr Balan
02/07/2022, 10:30 AMDropdownMenu
uses Popup
which provides PopupProperties
to configure Popup
behavior. As default DropdownMenu
passes PopupProperties(focusable = true)
to the popup, which may consume a focus from your text field and close keyboard.
Did you try to send PopupProperties(focusable = false)
to the DropdownMenu
and see how it behaves?Alderson Elliot
02/07/2022, 10:37 AMOleksandr Balan
02/07/2022, 10:42 AMAlderson Elliot
02/07/2022, 10:42 AM