-
Notifications
You must be signed in to change notification settings - Fork 47.5k
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
Controlled input with type=email produces console warnings with Chrome 52 #7487
Comments
Experiencing this with Chrome Version 52.0.2743.116 (64-bit), too. |
I think this is going to end up coming down to what @jimfb said about this last time:
|
For what it's worth, this doesn't seem to be an issue with React 15.1.0: https://jsfiddle.net/kfhr2may/ |
@jenanwise I believe it's because of #6406. In |
I bumped into this when working on a PR to refactor some DOM input stuff (#7474), I believe it's happening in Check out this GIF:
My PR consolidates a lot of this logic into a custom mutation method for |
Thanks @nhunzaker, I haven't actually run through the code for this yet. Based on #6406 this seems like something we wouldn't explicitly make a change for, but if your PR resolves this as a side effect we can just keep this open until that PRs been reviewed 👍 |
I filed a bug with Chrome here, but would love for a React-based solution if possible. |
For what it’s worth, I’m still seeing this in React versions up to and including 15.3.2-rc.1. |
is it going to be fixed soon ? |
Chrome |
Confirmed that this issue isn't happened on chrome 55.0.2883.87 |
Also confirm, Chrome |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Chrome 52 OSX produces console warnings with React-controlled
<input type="email">
fields:The specified value "foo" is not a valid email address.
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/reactjs/69z2wepo/).
https://jsfiddle.net/mqpad969/
What is the expected behavior?
Chrome should not produce warnings.
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
OS: OS X 10.11.6
Browser: Chrome 52.0.2743.116
React version: >= 15.2.0, including the current release 15.3.0 and
master
.There was an earlier issue, #6992, that was closed. This comment documented it being still an issue, but I did not see any currently-open issues related to this problem.
The text was updated successfully, but these errors were encountered: