Skip to content

Commit 203a967

Browse files
committed
docs(form): simplify verbose intro
1 parent 999b0d2 commit 203a967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/docs/src/pages/components/forms

apps/docs/src/pages/components/forms/form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ related:
1919

2020
# Form
2121

22-
A headless form component that coordinates validation across child fields. Renders a native `<form>` element and intercepts submit/reset — child inputs using `createValidation` (including `Input.Root`) auto-register via `useForm()` injection.
22+
A form wrapper that coordinates validation across child input fields and handles submit/reset events.
2323

2424
<DocsPageFeatures :frontmatter />
2525

0 commit comments

Comments
 (0)