We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f7059a + f53a588 commit a39a6c1Copy full SHA for a39a6c1
1 file changed
src/content/docs/useform.mdx
@@ -97,7 +97,7 @@ sidebar: apiLinks
97
| [validate](#validate) | Form-level validation is limited to built-in validation methods. |
98
| [shouldUseNativeValidation](#shouldUseNativeValidation) | Use browser built-in form constraint API. |
99
| [shouldUnregister](#shouldUnregister) | Enable and disable input unregister after unmount. |
100
-| [progressive](/docs/useform/form) | Enable progressive enhancement for native form submission when using the `Form` component. |
+| [progressive](/docs/useform/form) | Enable progressive enhancement for native form submission when using the `Form` component. |
101
| [disabled](#disabled) | Disable the entire form with all associated inputs. |
102
103
**Schema validation props:**
0 commit comments