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
Copy and paste some text (not a number) into an < Input type="number" />
The onChange event of the Input should be triggered.
The onChange event of the Input is not triggered. However, onChange is triggered if the input's type is not a number.
0.76.0
The text was updated successfully, but these errors were encountered:
It's a known React's issue, see facebook/react#11142.
Sorry, something went wrong.
No branches or pull requests
Steps
Copy and paste some text (not a number) into an < Input type="number" />
Expected Result
The onChange event of the Input should be triggered.
Actual Result
The onChange event of the Input is not triggered. However, onChange is triggered if the input's type is not a number.
Version
0.76.0
The text was updated successfully, but these errors were encountered: