Download Latest Version Version 7.68.0 source code.tar.gz (3.2 MB)
Email in envelope

Get an email when there's a new version of React Hook Form

Home / v7.67.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-11-28 469 Bytes
Version 7.67.0 source code.tar.gz 2025-11-28 3.2 MB
Version 7.67.0 source code.zip 2025-11-28 3.4 MB
Totals: 3 Items   6.7 MB 0

🎯 feat: add exact to useController props (#13154)

:::tsx
useForm({
  defaultValues: {
    user: {
      name: ''
    }
  }
})

<Controller control={control} name="user" exact={false} /> // subscribe to all user object

✨ fix(types): allow undefined value with async defaultValues in Controller (#13160) 🐞 fix(types): correct PathValueImpl type inference (#13150)

thanks to @ap0nia, @Fasping & @joseph0926

Source: README.md, updated 2025-11-28