react-validation-decorator icon indicating copy to clipboard operation
react-validation-decorator copied to clipboard

React warnings

Open prakharsingh opened this issue 9 years ago • 0 comments

I am getting this warning from react: Warning: ValidationComponent is changing an 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.

react version: 15.3.0

prakharsingh avatar Sep 11 '16 17:09 prakharsingh