Combobox onChange with Combobox.Input's onBlur execution #1748
Unanswered
glRajkumar2
asked this question in
Help
Replies: 1 comment 2 replies
-
Hey! Thank you for your question! What are you doing in the If you use your mouse to click an option, then you will blur the |
Beta Was this translation helpful? Give feedback.
2 replies
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 am using onBlur event in the Combobox.Input component. If i use keyboard to select a option in the list. there is no problem. The item first selected then onBlur event called. But if i try to select a option by cursor, then onBlur is called first and old value is used instead of the option value.
Beta Was this translation helpful? Give feedback.
All reactions