| Name | Modified | Size | Downloads / 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