-
Notifications
You must be signed in to change notification settings - Fork 249
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
When typing in a disabled input onChange is still called #152
Labels
Comments
Yes, at the moment we don't really check whether the input field is disabled or not. Maybe this change is enough? |
It's also happened in is it intended for not testing too much implementation? |
Gpx
added a commit
that referenced
this issue
Aug 27, 2019
Closes #152 BREAKING CHANGE: disabled or readonly inputs won't be typeable anymore
Gpx
added a commit
that referenced
this issue
Aug 27, 2019
Closes #152 BREAKING CHANGE: disabled or readonly inputs won't be typeable anymore
🎉 This issue has been resolved in version 6.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test:
I expect this test to succeed but it isn't.
Output:
The text was updated successfully, but these errors were encountered: