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

Releases: react-hook-form/input

Version 1.1.10

Choose a tag to compare

@bluebill1049 bluebill1049 released this 17 Dec 03:09
  • Fix wrong logic of check target.chcked (#43)
  • Add async for event (#35)

Version 1.1.9

Choose a tag to compare

@bluebill1049 bluebill1049 released this 13 Dec 11:59

fix #33 text input issue

Version 1.1.8

Choose a tag to compare

@bluebill1049 bluebill1049 released this 13 Dec 11:59

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

Version 1.1.7

Choose a tag to compare

@bluebill1049 bluebill1049 released this 13 Dec 11:58

close #26 as prop type error

Version 1.1.6

Choose a tag to compare

@bluebill1049 bluebill1049 released this 10 Dec 10:04

close #25 on react-select clear

Version 1.1.5

Choose a tag to compare

@bluebill1049 bluebill1049 released this 07 Dec 00:40
  • 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

Choose a tag to compare

@bluebill1049 bluebill1049 released this 04 Dec 07:17
  • 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

Choose a tag to compare

@bluebill1049 bluebill1049 released this 03 Dec 08:11
  • support type number
  • make sure onChagneEvent with RHF internal setValue

Version 1.1.1

Choose a tag to compare

@bluebill1049 bluebill1049 released this 02 Dec 23:08
  • fix rest props spread order to the bottom

Version 1.0.14

Choose a tag to compare

@bluebill1049 bluebill1049 released this 27 Nov 10:52
  • remove type during register to make react native works
  • remove deps during useEffect to remove register and unregister during rules update.