I created a stackoverflow question, can anyone help me (<https://stackoverflow.com/questions/7101527...
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
๐Ÿค—