Input: when both value
and onChange
are set, will produce the uncontrolled/controlled input
error
#1923
Labels
value
and onChange
are set, will produce the uncontrolled/controlled input
error
#1923
Steps
Setting up an
<Input/>
as suchExpected Result
Expected no react error thrown.
Actual Result
Console is logging the following error:
If anything at all, this should be the correct way of implementing both
onChange
andvalue
according to https://fb.me/react-controlled-componentsVersion
0.71.3
The text was updated successfully, but these errors were encountered: