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

Adding the letter 'e' to an input field with type number does not cause the onChange handler to fire #10738

Closed
opr opened this issue Sep 18, 2017 · 1 comment

Comments

@opr
Copy link

opr commented Sep 18, 2017

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

@aweary
Copy link
Contributor

aweary commented Sep 18, 2017

Hey, @opr! This is a known limitation for controlled number inputs. Check out #6556 for more information. Thanks!

@aweary aweary closed this as completed Sep 18, 2017
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

2 participants