Replies: 1 comment
-
I would like for it to be an official thing and disable all input fields, but I get this symptom when I use it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As stated in the title,
react-hook-form/src/types/form.ts
Line 107 in 03f9d72
we can see a
disabled
props inUseFormProps
,however, I found nothing about it in document
https://react-hook-form.com/ts#UseFormProps
What exactly does this prop do?
I can see that input fields are disabled, if
useForm({disabled: true})
, but not the submit button.Beta Was this translation helpful? Give feedback.
All reactions