v7.80.0
Version 7.80.0
react-hook-form
View on GitHubView PackagePublished: Jun 20, 2026

Release Notes

🧄 feat: disable useFieldArray fields (#13535)

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