Skip to content
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

React 15 uncontrolled to controlled input warning #79

Closed
fbarrailla opened this issue Apr 16, 2016 · 3 comments
Closed

React 15 uncontrolled to controlled input warning #79

fbarrailla opened this issue Apr 16, 2016 · 3 comments

Comments

@fbarrailla
Copy link

fbarrailla commented Apr 16, 2016

When I begin to edit a TextField, I get this warning from [email protected]

Warning: TextField is changing a uncontrolled input of type text to be controlled. Input elements should not switch from uncontrolled to controlled (or vice versa). Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://fb.me/react-controlled-components

Related topics
Warn when an input switches between controlled and uncontrolled #5864
A small breaking change in React v15 impacts redux-form compatibility

@devdlabs
Copy link

I think it is related to formsy issue

@mbrookes
Copy link
Collaborator

Yeah, I noticed this too, and haven't had a chance to get to the bottom of it. Good news is, it looks like formsy will get a new release soon, so if it is formsy, it can be fixed there.

@mbrookes
Copy link
Collaborator

mbrookes commented Apr 19, 2016

Fixed by formsy-react 0.18.0 (just released) included in formsy-material-ui 0.4.0 (also just released). 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants