This codesandbox illustrates the problem: https://codesandbox.io/s/gifted-elbakyan-dkd87g?file=/src/App.js
Error in console at startup:
« Warning: 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. »
And onChange handler never called
Issue and Steps to Reproduce
This codesandbox illustrates the problem: https://codesandbox.io/s/gifted-elbakyan-dkd87g?file=/src/App.js Error in console at startup: « Warning: You provided a
value
prop to a form field without anonChange
handler. This will render a read-only field. If the field should be mutable usedefaultValue
. Otherwise, set eitheronChange
orreadOnly
. » And onChange handler never calledVersions
2.0.0-alpha.8
Screenshots
Expected
onChange correctly working
Actual
Additional Details
Switch back to alpha.5 and the sample works