-
-
Notifications
You must be signed in to change notification settings - Fork 245
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
Regression with html5 inputs #80
Comments
So I'll investigate it one more time. |
I've spend some time to track this down and this turned out to be a React regression. Here are my results:
( It's clearly a regression in |
Wow, nice work! And I think these two are somewhat relevant to our case, the latter probably solving our case inadvertantly |
Yes, kind of - I've even referred to them in my issue facebook/react#6992. Hope it will help (and get merged asap). I'll close it for now, as it's not uniforms issue. |
I've added a note in README about it. |
Here's the output on the console while I'm typing in some text into a text field which has type="email" prop on it.
We had a similar problem before which we discussed over at issue #22
The text was updated successfully, but these errors were encountered: