react-hook-form

📋 React Hooks for form state management and validation (Web + React Native)

MIT License

Downloads
25.6M
Stars
39.4K
Committers
318

Bot releases are hidden (Show)

react-hook-form - Version 3.21.19

Published by bluebill1049 about 5 years ago

  • patch: getValues returns an empty object when defaultValues is defined #222
  • patch: watch not using the defaultValues of the useForm bug #221
react-hook-form - Version 3.21.18

Published by bluebill1049 about 5 years ago

  • revert v3.21.17
react-hook-form - Version 3.21.17

Published by bluebill1049 about 5 years ago

#211 merge errors into return data from handleSubmit

react-hook-form - Version 3.21.16

Published by bluebill1049 about 5 years ago

  • patch: schema validation submitted data will be returned by yup instead of react-hook-form
react-hook-form - Version 3.21.5

Published by bluebill1049 about 5 years ago

  • Error while removing the manual element
  • Add unCallback around unregister
react-hook-form - Version 3.21.14

Published by bluebill1049 about 5 years ago

  • #207 patch issue: validation schema with array fields
  • remove console.log in code
react-hook-form - Version 3.21.12

Published by bluebill1049 about 5 years ago

react-hook-form - Version 3.21.11

Published by bluebill1049 about 5 years ago

  • fix watch all not triggered on change #198
react-hook-form - Version 3.21.10

Published by bluebill1049 about 5 years ago

  • fix a bug on field watch not registering correctly when blurring without typing #195
react-hook-form - Version 3.21.9

Published by bluebill1049 about 5 years ago

react-hook-form - Version 3.21.8

Published by bluebill1049 about 5 years ago

react-hook-form - Version 3.21.7

Published by bluebill1049 about 5 years ago

  • patch an issue on native validation on handleSubmit
react-hook-form - Version 3.21.6

Published by bluebill1049 about 5 years ago

  • patch bug: schemaValidation with triggerValidation not clear input error (when input become valid)
react-hook-form - Version 3.21.5

Published by bluebill1049 about 5 years ago

  • patch a bug with minLength which throw an error when required is not even specified
react-hook-form - Version 3.21.4

Published by bluebill1049 about 5 years ago

  • patch a bug on isValid not render return correct value for schema validation
react-hook-form - Version 3.21.3

Published by bluebill1049 about 5 years ago

  • patch a bug for triggerValidaiton with schema
react-hook-form - Version 3.21.2

Published by bluebill1049 about 5 years ago

  • patch a bug for watch(string[]) defaultValue not been applied
react-hook-form - Version 3.21.1

Published by bluebill1049 about 5 years ago

  • patch on watch(string[]) to return object instead of array (consistent with other watch types)
  • Better type hints for .watch and .unregister of useForm instance
react-hook-form - Version 3.21.0

Published by bluebill1049 about 5 years ago

  • clearError support array and undefined
    1. pass undefined will clear all errors
    2. pass array will clear specific errors
  • reset support argument as value to reset to defaultValues
react-hook-form - Version 3.20.4

Published by bluebill1049 about 5 years ago

  • patch: Default values are not used when the register is called before watch #160