Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Releases: react-hook-form/input

Version 1.1.10

17 Dec 03:09
Compare
Choose a tag to compare
  • Fix wrong logic of check target.chcked (#43)
  • Add async for event (#35)

Version 1.1.9

13 Dec 11:59
Compare
Choose a tag to compare

fix #33 text input issue

Version 1.1.8

13 Dec 11:59
Compare
Choose a tag to compare

fix #29 value change no longer change
fix #32 issue with setValue
fix #31 from uncontrolled to controlled

Version 1.1.7

13 Dec 11:58
Compare
Choose a tag to compare

close #26 as prop type error

Version 1.1.6

10 Dec 10:04
Compare
Choose a tag to compare

close #25 on react-select clear

Version 1.1.5

07 Dec 00:40
Compare
Choose a tag to compare
  • 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

04 Dec 07:17
Compare
Choose a tag to compare
  • 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

03 Dec 08:11
Compare
Choose a tag to compare
  • support type number
  • make sure onChagneEvent with RHF internal setValue

Version 1.1.1

02 Dec 23:08
Compare
Choose a tag to compare
  • fix rest props spread order to the bottom

Version 1.0.14

27 Nov 10:52
Compare
Choose a tag to compare
  • remove type during register to make react native works
  • remove deps during useEffect to remove register and unregister during rules update.