Download Latest Version Version 7.80.0 source code.tar.gz (3.3 MB)
Email in envelope

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

Home / v7.80.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-06-20 326 Bytes
Version 7.80.0 source code.tar.gz 2026-06-20 3.3 MB
Version 7.80.0 source code.zip 2026-06-20 3.5 MB
Totals: 3 Items   6.8 MB 0

🧄 feat: disable useFieldArray fields (#13535)

:::tsx
const { fields } = useFieldArray({ disabled: true });
fields[0].disabled; // contains disabled props

🛺 perf: make rhf more performant (#13524) 🐞 fix(deepEqual): empty array and empty plain object should not be equal (#13533)

thanks to @JSap0914

Source: README.md, updated 2026-06-20