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
Do you want to request a feature or report a bug? Report a bug
What is the current behavior? Adding the letter 'e' to an input field with type number does not cause the onChange handler to fire
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar (template: https://jsfiddle.net/ebsrpraL/). https://jsfiddle.net/617y345p/1/
What is the expected behavior? fire the event with some value at least maybe?
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React? don't know
The text was updated successfully, but these errors were encountered:
Hey, @opr! This is a known limitation for controlled number inputs. Check out #6556 for more information. Thanks!
Sorry, something went wrong.
No branches or pull requests
Do you want to request a feature or report a bug?
Report a bug
What is the current behavior?
Adding the letter 'e' to an input field with type number does not cause the onChange handler to fire
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar (template: https://jsfiddle.net/ebsrpraL/).
https://jsfiddle.net/617y345p/1/
What is the expected behavior?
fire the event with some value at least maybe?
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
don't know
The text was updated successfully, but these errors were encountered: