github react-hook-form/react-hook-form v7.67.0
Version 7.67.0

7 hours ago

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

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

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

NewReleases is sending notifications on new releases.