Skip to content

Releases: react-hook-form/react-hook-form

Version 2.1.10

08 Apr 02:35
Compare
Choose a tag to compare
  • fix a bug with custom validate

Version 2.1.9

07 Apr 04:52
Compare
Choose a tag to compare
  • fix bug on event option index and event attached

Version 2.1.7

07 Apr 04:23
Compare
Choose a tag to compare
  • code refactoring and clean up
  • fix issue on event clean up on submit
  • fix a bug on error type and error message compare for state update

Version 2.1.6

06 Apr 00:48
Compare
Choose a tag to compare
  • remove omitRefs.ts from the package

Version 2.1.5

04 Apr 03:31
Compare
Choose a tag to compare
  • onSubmit should trigger errors even current errors are the same as previous

Version 2.1.4

04 Apr 03:06
Compare
Choose a tag to compare
  • fix a bug with errors report

Version 2.1.3

04 Apr 00:39
Compare
Choose a tag to compare
  • update readme and package.json for home page

Version 2.1.2

03 Apr 09:06
Compare
Choose a tag to compare
  • fix a bug with watch() issue

Version 2.1.1

03 Apr 06:18
Compare
Choose a tag to compare
  • fix the bug on watch mode

Version 2.1.0

03 Apr 05:35
Compare
Choose a tag to compare
  • support array fields 馃憤

usage:

https://codesandbox.io/s/6j1760jkjk

basically: you can assign array into input/select name

<input type="test" name="firstName[0]" />
<input type="test" name="firstName[1]" />