Releases: react-hook-form/input
Releases Β· react-hook-form/input
Version 1.1.10
Compare
Sorry, something went wrong.
No results found
Fix wrong logic of check target.chcked (#43 )
Add async for event (#35 )
Version 1.1.9
Compare
Sorry, something went wrong.
No results found
Version 1.1.8
Compare
Sorry, something went wrong.
No results found
fix #29 value change no longer change
fix #32 issue with setValue
fix #31 from uncontrolled to controlled
Version 1.1.7
Compare
Sorry, something went wrong.
No results found
close #26 as prop type error
Version 1.1.6
Compare
Sorry, something went wrong.
No results found
close #25 on react-select clear
Version 1.1.5
Compare
Sorry, something went wrong.
No results found
made a fix just react-select π(hopefully, we can have more standard select in the future :))
remove pass type to react hook form
Version 1.1.3
Compare
Sorry, something went wrong.
No results found
close #18 with react-select array data
Merge pull request #15 from register setValue as optional props
wrapper event will trigger validation as well
Version 1.1.2
Compare
Sorry, something went wrong.
No results found
support type number
make sure onChagneEvent with RHF internal setValue
Version 1.1.1
Compare
Sorry, something went wrong.
No results found
fix rest props spread order to the bottom
Version 1.0.14
Compare
Sorry, something went wrong.
No results found
remove type during register to make react native works
remove deps during useEffect to remove register and unregister during rules update.