Skip to content

Commit 89acbf0

Browse files
docs: list progressive in useForm props (#1198)
Co-authored-by: hiromieguchi802-lab <hiromieguchi802-lab@users.noreply.github.com>
1 parent 4a71fb7 commit 89acbf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/docs/useform.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ sidebar: apiLinks
9797
| [validate](#validate) | Form-level validation is limited to built-in validation methods. |
9898
| [shouldUseNativeValidation](#shouldUseNativeValidation) | Use browser built-in form constraint API. |
9999
| [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. |
100101
| [disabled](#disabled) | Disable the entire form with all associated inputs. |
101102

102103
**Schema validation props:**

0 commit comments

Comments
 (0)