Input Versions Save

? Wrapper component for controlled inputs

v1.1.10

4 years ago
  • Fix wrong logic of check target.chcked (#43)
  • Add async for event (#35)

v1.1.9

4 years ago

fix #33 text input issue

v1.1.8

4 years ago

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

v1.1.7

4 years ago

close #26 as prop type error

v1.1.6

4 years ago

close #25 on react-select clear

v1.1.5

4 years ago
  • made a fix just react-select ?(hopefully, we can have more standard select in the future :))
  • remove pass type to react hook form

v1.1.3

4 years ago
  • close #18 with react-select array data
  • Merge pull request #15 from register setValue as optional props
  • wrapper event will trigger validation as well

v1.1.2

4 years ago
  • support type number
  • make sure onChagneEvent with RHF internal setValue

v1.1.1

4 years ago
  • fix rest props spread order to the bottom

v1.0.14

4 years ago
  • remove type during register to make react native works
  • remove deps during useEffect to remove register and unregister during rules update.