react-joi-forms icon indicating copy to clipboard operation
react-joi-forms copied to clipboard

React v15 controlled/uncontrolled

Open icodeforlove opened this issue 9 years ago • 1 comments

The concept here is extremely elegant.

But it seems like it may be incompatible with react v15, i am getting the following error:

Input elements should not switch from uncontrolled to controlled

When i try to use a field.

icodeforlove avatar Apr 18 '16 15:04 icodeforlove

The fix for this seems to be the following in all the inputs:

value={value || ''}

The value cant be undefined or null anymore.

icodeforlove avatar Apr 19 '16 12:04 icodeforlove