You provided a value
prop to a form field without an onChange
handler.
#4
Labels
value
prop to a form field without an onChange
handler.
#4
Warning: Failed form propType: You provided a 'value' prop to a form field without an 'onChange' handler. This will render a read-only field. If the field should be mutable use 'defaultValue'. Otherwise, set either 'onChange' or 'readOnly'. Check the render method of 'Input'.
Happened when I was using with multiline=true
The text was updated successfully, but these errors were encountered: