This repository has been archived by the owner on Jan 14, 2021. It is now read-only.
Releases: react-hook-form/input
Releases Β· react-hook-form/input
Version 1.1.10
Version 1.1.9
fix #33 text input issue
Version 1.1.8
Version 1.1.7
close #26 as prop type error
Version 1.1.6
close #25 on react-select clear
Version 1.1.5
- 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
Version 1.1.2
- support type
number
- make sure onChagneEvent with RHF internal setValue
Version 1.1.1
- fix rest props spread order to the bottom
Version 1.0.14
- remove type during
register
to make react native works - remove deps during useEffect to remove
register
andunregister
during rules update.