I created a stackoverflow question, can anyone hel...
# compose
a
o
DropdownMenu
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?
🙌 1
🙌🏻 1
a
😉 thanks , I tried what you said and it solved the problem, thanks again
👍🏻 1
👍 1
Do I put your answer on this problem solving, or you will answer this question by yourself, I hope that people who encounter this problem like me can query the solution
o
You may respond to yourself with this solution 👌
a
🤗