Skip to content
New issue

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

Combobox seems to emit invalid onChange events #187

Open
GavinJoyce opened this issue Feb 3, 2024 · 1 comment
Open

Combobox seems to emit invalid onChange events #187

GavinJoyce opened this issue Feb 3, 2024 · 1 comment

Comments

@GavinJoyce
Copy link
Owner

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 the event.target.value is being set to an empty string:

combo.mp4
@GavinJoyce
Copy link
Owner Author

GavinJoyce commented Feb 3, 2024

A workaround is to add a debounce to the onChange in the consuming app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant