You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever user selects an option it would NOT focus on its input again (I need to focus on the next field in the form right afterward, and currently it's being an issue to make it work cause it would focus on the former combobox input again)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
Currently, combobox menu would only get open if:
I want to make it so that:
Proposal
As an idea it could be to add 2 additional props:
openOnFocus
toCobobox.Input
;focusOnInputOnClose
toCombobox.Option
;Both of them being
boolean
.It can be split into 2 separate PRs.
Let me know what you think about it! :)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions