yarn react-hook-form 7.16.0
Version 7.16.0

latest releases: 7.53.2, 7.53.1, 7.53.0...
3 years ago

πŸͺ„ feat: Ability to provide custom onBlur and onChange handlers (#5620)

<input
  type="text"
  {...register('test', {
    onChange: (e) => {},
    onBlur: (e) => {},
  })}
/>

πŸ—ΊοΈ fix Mapped types for defined value type with interface (#6605)
πŸ₯ close #6590 prevent error throw by missing input with trigger API (#6591)

Thanks to @kotarella1110 @exneval @michalbundyra

Don't miss a new react-hook-form release

NewReleases is sending notifications on new releases.