-
Notifications
You must be signed in to change notification settings - Fork 50.4k
Closed
Description
In my render method, I have something like
<input type="email" value={this.state.input} onChange={() => {}} />If I first render this input - no matter what - browser remains silent. When I call this.setState({input: 'invalid2'}) (or press any with this input focused), it moves cursor at the end and yields a warning:
This might be related: #6441.
It's happening in 15.1.0, I haven't tested any other version.
Is this expected behavior?
Metadata
Metadata
Assignees
Labels
No labels
