Combobox onChange fires when clearing ComboboxInput #3444
Unanswered
zakiirjuman
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
-
Is this intended behaviour? It doesn't seem so. I'm using the first (Simple) example on the website
I just added a console.log() output on line 40 to test. Basically if I start typing into ComboboxInput, and then backspace until an empty ComboboxInput, a Combobox onChange fires.
I would expect Combobox onChange to only fire when a user selects an option, not when clearing the input field.
Beta Was this translation helpful? Give feedback.
All reactions