We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onChange
Just trying the Combobox in my app for the first time and came across what looks like a bug:
Combobox
onChange seems to be firing multiple times for every input event, it seems that the event.target.value is being set to an empty string:
event.target.value
The text was updated successfully, but these errors were encountered:
A workaround is to add a debounce to the onChange in the consuming app
Sorry, something went wrong.
<Combobox />
No branches or pull requests
Just trying the
Combobox
in my app for the first time and came across what looks like a bug:onChange
seems to be firing multiple times for every input event, it seems that theevent.target.value
is being set to an empty string:combo.mp4
The text was updated successfully, but these errors were encountered: