We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a71fb7 commit 89acbf0Copy full SHA for 89acbf0
src/content/docs/useform.mdx
@@ -97,6 +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. |
101
| [disabled](#disabled) | Disable the entire form with all associated inputs. |
102
103
**Schema validation props:**
0 commit comments