yarn react-hook-form 7.47.0
Version 7.47.0

latest releases: 7.52.1, 7.52.0, 7.51.5...
9 months ago

🫡 allow keepIsSubmitSuccessful flag (#9640)

const { reset } = useForm()

<Form
  onSubmit={() => {
    reset(formValues, {
      keepIsSubmitSuccessful: true,
    });
  }}
/>

🦉 fix typo in form.ts (#10978)
🤡 close #10907 potential fix on unmounted component (#10980)
🪖 simplify logic for subscription by name (#10947)

thanks to @stefanpl, @kai-dorschner-twinsity & @nitschSB

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

NewReleases is sending notifications on new releases.