[React][Combobox] Remove active option #2698
Unanswered
rossicler-hostalky
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to have the combobox behave in such way that if user selects an option using keyboard 'Enter' key, it would automatically remove the selected option as active option. Currently I couldn't find any way to remove activeOption. One way to achieve this would be to expose a function called
setActiveOption
, or even 'removeActiveOption'.Beta Was this translation helpful? Give feedback.
All reactions