-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
IE 11 Error: Object doesn't support property or method 'isNaN' #559
Comments
Hi @jaredpalmer, here is the line in question: https://github.com/jaredpalmer/formik/pull/437/files#diff-34219b6b803d5570dffa8d0b3695a6b7R425 To fix this we may use a global |
Having the same issue as described above on ie11 |
Lets get a PR going |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug, Feature, or Question?
Bug
Current Behavior
Object doesn't support property or method 'isNaN' error in IE 11 when input component type is number.
And field value remains same.
Desired Behavior
It should update value on typing new value
Suggested Solutions
It might be due to this change #437
The text was updated successfully, but these errors were encountered: