Download Latest Version Version 7.64.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.63.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-09-19 644 Bytes
Version 7.63.0 source code.tar.gz 2025-09-19 3.2 MB
Version 7.63.0 source code.zip 2025-09-19 3.4 MB
Totals: 3 Items   6.7 MB 0

🥢 feat: extract form values by form state (#12936)

:::tsx
getValues(undefined, { dirtyFields: true }); // return only dirty fields 
getValues(undefined, { touchedFields: true });  // return only touched fields

🦍 feat: improve get dirty fields logic (#13049) 🐿️ chore: remove duplicated function isMessage (#13050) 🐞 fix: use field name to update isValidating fields (#13000) 🐞 fix: unregister previous field when switching conditional Controllers (#13041) 🐞 fix: only excuse trigger function when deps has a valid array (#13056)

thanks to @candymask0712, @GorkemKir, @kimtaejin3, @m2na7 & @abnud11

Source: README.md, updated 2025-09-19