react-hook-form / documentation

📋 Official documentation
http://react-hook-form.com
MIT License
724 stars 1.04k forks source link

Documentation: useForm lacking disabled #1081

Closed barrybtw closed 2 weeks ago

barrybtw commented 3 months ago

Issue No documentation on the disabled property existing on the useForm hook.

Where https://react-hook-form.com/docs/useform

Version

Example code

useForm<Type>({
  disabled: enabled,
});