You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/src/pages/components/forms/form.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ related:
19
19
20
20
# Form
21
21
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 fieldsand handles submit/reset events.
0 commit comments