torch-glare 2.5.6 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/dist/bin/index.js +9 -24
- package/dist/bin/index.js.map +1 -1
- package/dist/src/commands/add.d.ts +2 -2
- package/dist/src/commands/add.d.ts.map +1 -1
- package/dist/src/commands/add.js +4 -70
- package/dist/src/commands/add.js.map +1 -1
- package/dist/src/commands/hook.d.ts +5 -4
- package/dist/src/commands/hook.d.ts.map +1 -1
- package/dist/src/commands/hook.js +7 -75
- package/dist/src/commands/hook.js.map +1 -1
- package/dist/src/commands/init.js +1 -1
- package/dist/src/commands/init.js.map +1 -1
- package/dist/src/commands/layout.d.ts +5 -4
- package/dist/src/commands/layout.d.ts.map +1 -1
- package/dist/src/commands/layout.js +7 -75
- package/dist/src/commands/layout.js.map +1 -1
- package/dist/src/commands/provider.d.ts +5 -4
- package/dist/src/commands/provider.d.ts.map +1 -1
- package/dist/src/commands/provider.js +7 -75
- package/dist/src/commands/provider.js.map +1 -1
- package/dist/src/commands/update.d.ts.map +1 -1
- package/dist/src/commands/update.js +78 -43
- package/dist/src/commands/update.js.map +1 -1
- package/dist/src/commands/utils.d.ts +5 -4
- package/dist/src/commands/utils.d.ts.map +1 -1
- package/dist/src/commands/utils.js +7 -80
- package/dist/src/commands/utils.js.map +1 -1
- package/dist/src/shared/addFromRegistry.d.ts +16 -0
- package/dist/src/shared/addFromRegistry.d.ts.map +1 -0
- package/dist/src/shared/addFromRegistry.js +88 -0
- package/dist/src/shared/addFromRegistry.js.map +1 -0
- package/dist/src/shared/getInstallCommand.d.ts.map +1 -1
- package/dist/src/shared/getInstallCommand.js +5 -0
- package/dist/src/shared/getInstallCommand.js.map +1 -1
- package/dist/src/shared/installDependencies.d.ts +0 -10
- package/dist/src/shared/installDependencies.d.ts.map +1 -1
- package/dist/src/shared/installDependencies.js +0 -17
- package/dist/src/shared/installDependencies.js.map +1 -1
- package/dist/src/shared/installFromPlan.d.ts +7 -5
- package/dist/src/shared/installFromPlan.d.ts.map +1 -1
- package/dist/src/shared/installFromPlan.js +103 -36
- package/dist/src/shared/installFromPlan.js.map +1 -1
- package/dist/src/shared/loadRegistry.d.ts +12 -3
- package/dist/src/shared/loadRegistry.d.ts.map +1 -1
- package/dist/src/shared/loadRegistry.js +19 -20
- package/dist/src/shared/loadRegistry.js.map +1 -1
- package/dist/src/shared/registryClient.d.ts +19 -0
- package/dist/src/shared/registryClient.d.ts.map +1 -0
- package/dist/src/shared/registryClient.js +128 -0
- package/dist/src/shared/registryClient.js.map +1 -0
- package/dist/src/shared/resolveEntry.d.ts +10 -7
- package/dist/src/shared/resolveEntry.d.ts.map +1 -1
- package/dist/src/shared/resolveEntry.js +18 -13
- package/dist/src/shared/resolveEntry.js.map +1 -1
- package/dist/src/shared/suggestOtherCommand.d.ts +7 -1
- package/dist/src/shared/suggestOtherCommand.d.ts.map +1 -1
- package/dist/src/shared/suggestOtherCommand.js +29 -23
- package/dist/src/shared/suggestOtherCommand.js.map +1 -1
- package/dist/src/types/main.d.ts +31 -2
- package/dist/src/types/main.d.ts.map +1 -1
- package/package.json +6 -11
- package/apps/lib/components/ActionButton.tsx +0 -93
- package/apps/lib/components/ActionsGroup.tsx +0 -27
- package/apps/lib/components/AlertDialog.tsx +0 -204
- package/apps/lib/components/Avatar.tsx +0 -46
- package/apps/lib/components/Badge.tsx +0 -250
- package/apps/lib/components/BadgeField.tsx +0 -403
- package/apps/lib/components/Breadcrumb.tsx +0 -280
- package/apps/lib/components/Button.tsx +0 -325
- package/apps/lib/components/ButtonGroup.tsx +0 -190
- package/apps/lib/components/Calendar.tsx +0 -115
- package/apps/lib/components/Card.tsx +0 -95
- package/apps/lib/components/Checkbox.tsx +0 -42
- package/apps/lib/components/ColorPicker.tsx +0 -441
- package/apps/lib/components/ConclusionHeader.tsx +0 -148
- package/apps/lib/components/ContextMenu.tsx +0 -571
- package/apps/lib/components/CountBadge.tsx +0 -52
- package/apps/lib/components/DataTable.tsx +0 -213
- package/apps/lib/components/DataViews/badge.ts +0 -49
- package/apps/lib/components/DataViews/cell.tsx +0 -324
- package/apps/lib/components/DataViews/context.ts +0 -144
- package/apps/lib/components/DataViews/data-views.tsx +0 -395
- package/apps/lib/components/DataViews/filters/children.tsx +0 -98
- package/apps/lib/components/DataViews/filters/custom.tsx +0 -34
- package/apps/lib/components/DataViews/filters/filters.tsx +0 -157
- package/apps/lib/components/DataViews/filters/index.ts +0 -4
- package/apps/lib/components/DataViews/filters/labelled.tsx +0 -20
- package/apps/lib/components/DataViews/filters/presets.tsx +0 -65
- package/apps/lib/components/DataViews/filters/sync.tsx +0 -35
- package/apps/lib/components/DataViews/filters/values.ts +0 -173
- package/apps/lib/components/DataViews/header.tsx +0 -220
- package/apps/lib/components/DataViews/hooks/index.ts +0 -5
- package/apps/lib/components/DataViews/hooks/useActiveRow.ts +0 -22
- package/apps/lib/components/DataViews/hooks/useControllable.ts +0 -52
- package/apps/lib/components/DataViews/index.ts +0 -88
- package/apps/lib/components/DataViews/panel/columns.tsx +0 -153
- package/apps/lib/components/DataViews/panel/controls.tsx +0 -106
- package/apps/lib/components/DataViews/panel/index.ts +0 -3
- package/apps/lib/components/DataViews/panel/panel.tsx +0 -164
- package/apps/lib/components/DataViews/panel/saved-views.tsx +0 -67
- package/apps/lib/components/DataViews/panel/section.tsx +0 -81
- package/apps/lib/components/DataViews/panel/sort.tsx +0 -42
- package/apps/lib/components/DataViews/panel/tab.tsx +0 -31
- package/apps/lib/components/DataViews/slots.ts +0 -72
- package/apps/lib/components/DataViews/states.tsx +0 -73
- package/apps/lib/components/DataViews/types.ts +0 -510
- package/apps/lib/components/DataViews/views/board-view.tsx +0 -381
- package/apps/lib/components/DataViews/views/card-rows.tsx +0 -36
- package/apps/lib/components/DataViews/views/inbox-view.tsx +0 -260
- package/apps/lib/components/DataViews/views/pane-views.tsx +0 -196
- package/apps/lib/components/DataViews/views/table-view.tsx +0 -493
- package/apps/lib/components/DataViews/views/tree-view.tsx +0 -367
- package/apps/lib/components/DatePicker.tsx +0 -232
- package/apps/lib/components/Dialog.tsx +0 -116
- package/apps/lib/components/Divider.tsx +0 -28
- package/apps/lib/components/Drawer.tsx +0 -451
- package/apps/lib/components/DropdownMenu.tsx +0 -554
- package/apps/lib/components/FieldHint.tsx +0 -69
- package/apps/lib/components/Form.tsx +0 -182
- package/apps/lib/components/FormBuilder/context.ts +0 -85
- package/apps/lib/components/FormBuilder/field-kind.ts +0 -28
- package/apps/lib/components/FormBuilder/fields/ChoiceFields.tsx +0 -60
- package/apps/lib/components/FormBuilder/fields/ColorField.tsx +0 -59
- package/apps/lib/components/FormBuilder/fields/CustomField.tsx +0 -11
- package/apps/lib/components/FormBuilder/fields/DateField.tsx +0 -32
- package/apps/lib/components/FormBuilder/fields/FieldArray.tsx +0 -74
- package/apps/lib/components/FormBuilder/fields/FieldShell.tsx +0 -168
- package/apps/lib/components/FormBuilder/fields/FileField.tsx +0 -39
- package/apps/lib/components/FormBuilder/fields/OptionListFields.tsx +0 -132
- package/apps/lib/components/FormBuilder/fields/OtpField.tsx +0 -31
- package/apps/lib/components/FormBuilder/fields/PhoneField.tsx +0 -109
- package/apps/lib/components/FormBuilder/fields/RichTextEditorField.tsx +0 -31
- package/apps/lib/components/FormBuilder/fields/SelectField.tsx +0 -114
- package/apps/lib/components/FormBuilder/fields/SignatureField.tsx +0 -157
- package/apps/lib/components/FormBuilder/fields/SliderField.tsx +0 -67
- package/apps/lib/components/FormBuilder/fields/SwitchBoxField.tsx +0 -41
- package/apps/lib/components/FormBuilder/fields/TableField.tsx +0 -336
- package/apps/lib/components/FormBuilder/fields/TextField.tsx +0 -213
- package/apps/lib/components/FormBuilder/fields/TreeSelectField.tsx +0 -43
- package/apps/lib/components/FormBuilder/fields/countries.ts +0 -303
- package/apps/lib/components/FormBuilder/fields/index.ts +0 -25
- package/apps/lib/components/FormBuilder/form-builder.tsx +0 -198
- package/apps/lib/components/FormBuilder/index.ts +0 -31
- package/apps/lib/components/FormBuilder/numberFormat.ts +0 -16
- package/apps/lib/components/FormBuilder/submit.tsx +0 -67
- package/apps/lib/components/FormBuilder/types.ts +0 -316
- package/apps/lib/components/FormRenderer/FormDrawer.tsx +0 -250
- package/apps/lib/components/FormRenderer/detail.tsx +0 -256
- package/apps/lib/components/FormRenderer/form-renderer.tsx +0 -358
- package/apps/lib/components/FormRenderer/header.tsx +0 -88
- package/apps/lib/components/FormRenderer/index.ts +0 -17
- package/apps/lib/components/FormRenderer/notch-action.tsx +0 -64
- package/apps/lib/components/FormRenderer/section.tsx +0 -39
- package/apps/lib/components/FormRenderer/stepper.tsx +0 -393
- package/apps/lib/components/FormRenderer/types.ts +0 -115
- package/apps/lib/components/FormSummary.tsx +0 -282
- package/apps/lib/components/HeaderBar.tsx +0 -117
- package/apps/lib/components/ImageAttachment.tsx +0 -209
- package/apps/lib/components/InnerLabelField.tsx +0 -154
- package/apps/lib/components/Input.tsx +0 -224
- package/apps/lib/components/InputField.tsx +0 -147
- package/apps/lib/components/InputOTP.tsx +0 -84
- package/apps/lib/components/Label.tsx +0 -129
- package/apps/lib/components/LabelField.tsx +0 -76
- package/apps/lib/components/LabeledCheckBox.tsx +0 -51
- package/apps/lib/components/LabeledRadio.tsx +0 -51
- package/apps/lib/components/LinkButton.tsx +0 -94
- package/apps/lib/components/LoginButton.tsx +0 -51
- package/apps/lib/components/PasswordLevel.tsx +0 -58
- package/apps/lib/components/Popover.tsx +0 -312
- package/apps/lib/components/ProfileMenu.tsx +0 -85
- package/apps/lib/components/Radio.tsx +0 -59
- package/apps/lib/components/RadioCard.tsx +0 -50
- package/apps/lib/components/ScrollArea.tsx +0 -54
- package/apps/lib/components/SearchField.tsx +0 -62
- package/apps/lib/components/SearchableSelect.tsx +0 -318
- package/apps/lib/components/SearchableTable.tsx +0 -344
- package/apps/lib/components/SearchableTree.tsx +0 -485
- package/apps/lib/components/SearchableTreeDialog.tsx +0 -502
- package/apps/lib/components/SectionBlock.tsx +0 -168
- package/apps/lib/components/Select.tsx +0 -347
- package/apps/lib/components/SimpleSelect.tsx +0 -225
- package/apps/lib/components/Skeleton.tsx +0 -12
- package/apps/lib/components/SlideDatePicker.tsx +0 -255
- package/apps/lib/components/SpinLoading.tsx +0 -174
- package/apps/lib/components/Stepper.tsx +0 -480
- package/apps/lib/components/Switch.tsx +0 -82
- package/apps/lib/components/TabFormItem.tsx +0 -153
- package/apps/lib/components/TabSwitch.tsx +0 -172
- package/apps/lib/components/Table.tsx +0 -597
- package/apps/lib/components/TextEditor/ChartBlockTool.ts +0 -676
- package/apps/lib/components/TextEditor/RichTextField.tsx +0 -46
- package/apps/lib/components/TextEditor/TableDnDWrapper.ts +0 -462
- package/apps/lib/components/TextEditor/TextEditor.tsx +0 -1164
- package/apps/lib/components/TextEditor/TextEditorToolbar.tsx +0 -429
- package/apps/lib/components/TextEditor/editor-tools/AlignmentTune.ts +0 -70
- package/apps/lib/components/TextEditor/editor-tools/ColorInlineTool.ts +0 -50
- package/apps/lib/components/TextEditor/editor-tools/StrikethroughInlineTool.ts +0 -48
- package/apps/lib/components/TextEditor/editor-tools/inlineFormat.ts +0 -98
- package/apps/lib/components/TextEditor/editorjs.d.ts +0 -60
- package/apps/lib/components/TextEditor/index.ts +0 -7
- package/apps/lib/components/TextEditor/markdownParser.ts +0 -346
- package/apps/lib/components/Textarea.tsx +0 -117
- package/apps/lib/components/Timeline.tsx +0 -263
- package/apps/lib/components/Toast.tsx +0 -87
- package/apps/lib/components/Toggle.tsx +0 -125
- package/apps/lib/components/ToggleButton.tsx +0 -140
- package/apps/lib/components/Tooltip.tsx +0 -116
- package/apps/lib/components/TransparentLabel.tsx +0 -71
- package/apps/lib/components/TreeDropDown.tsx +0 -115
- package/apps/lib/components/TreeFolder/TreeFolder.tsx +0 -380
- package/apps/lib/components/TreeFolder/TreeFolderBreadcrumb.tsx +0 -75
- package/apps/lib/components/TreeFolder/TreeFolderRow.tsx +0 -354
- package/apps/lib/components/TreeFolder/TreeFolderStyles.tsx +0 -60
- package/apps/lib/components/TreeFolder/icons.tsx +0 -60
- package/apps/lib/components/TreeFolder/index.ts +0 -24
- package/apps/lib/components/TreeFolder/treeFolderUtils.ts +0 -109
- package/apps/lib/components/TreeFolder/types.ts +0 -77
- package/apps/lib/components/TreeFolder/useTreeFolderDnD.ts +0 -118
- package/apps/lib/hooks/useActiveTreeItem.ts +0 -61
- package/apps/lib/hooks/useClickOutside.ts +0 -27
- package/apps/lib/hooks/useDragDrop.tsx +0 -365
- package/apps/lib/hooks/useHtmlDir.ts +0 -31
- package/apps/lib/hooks/useInfiniteScroll.ts +0 -108
- package/apps/lib/hooks/useIsMobile.ts +0 -21
- package/apps/lib/hooks/useResize.ts +0 -67
- package/apps/lib/hooks/useTagSelection.ts +0 -300
- package/apps/lib/layouts/CNLayout.tsx +0 -372
- package/apps/lib/layouts/DataViewCard.tsx +0 -62
- package/apps/lib/layouts/FieldSection.tsx +0 -91
- package/apps/lib/layouts/TreeSubLayout.tsx +0 -173
- package/apps/lib/providers/ThemeProvider.tsx +0 -84
- package/apps/lib/registry.json +0 -1217
- package/apps/lib/tsconfig.json +0 -9
- package/apps/lib/tsconfig.tsbuildinfo +0 -1
- package/apps/lib/utils/cn.ts +0 -6
- package/apps/lib/utils/color.ts +0 -175
- package/apps/lib/utils/dataViews/path.ts +0 -67
- package/apps/lib/utils/dataViews/query.ts +0 -73
- package/apps/lib/utils/dataViews/types.ts +0 -187
- package/apps/lib/utils/dateFormat.ts +0 -108
- package/apps/lib/utils/resize.ts +0 -31
- package/apps/lib/utils/scroller.ts +0 -26
- package/apps/lib/utils/types.ts +0 -16
- package/docs/BLOCKS.md +0 -129
- package/docs/CHANGELOG-1.1.16.md +0 -108
- package/docs/Cover.png +0 -0
- package/docs/README.md +0 -215
- package/docs/components/action-button.md +0 -638
- package/docs/components/actions-group.md +0 -708
- package/docs/components/alert-dialog.md +0 -920
- package/docs/components/avatar.md +0 -709
- package/docs/components/badge-field.md +0 -738
- package/docs/components/badge.md +0 -301
- package/docs/components/breadcrumb.md +0 -930
- package/docs/components/button-group.md +0 -650
- package/docs/components/button.md +0 -639
- package/docs/components/calendar.md +0 -555
- package/docs/components/card.md +0 -622
- package/docs/components/chart-block-tool.md +0 -129
- package/docs/components/checkbox.md +0 -699
- package/docs/components/cn-layout.md +0 -854
- package/docs/components/color-picker.md +0 -101
- package/docs/components/conclusion-header.md +0 -80
- package/docs/components/context-menu.md +0 -483
- package/docs/components/count-badge.md +0 -560
- package/docs/components/data-table.md +0 -854
- package/docs/components/data-views/backend-response.md +0 -324
- package/docs/components/data-views/examples/a11y-rtl.md +0 -250
- package/docs/components/data-views/examples/api-orders-route.md +0 -130
- package/docs/components/data-views/examples/fields.md +0 -362
- package/docs/components/data-views/examples/filters.md +0 -307
- package/docs/components/data-views/examples/inbox-routing.md +0 -218
- package/docs/components/data-views/examples/index.md +0 -29
- package/docs/components/data-views/examples/overview.md +0 -244
- package/docs/components/data-views/examples/panel.md +0 -212
- package/docs/components/data-views/examples/scale.md +0 -231
- package/docs/components/data-views/examples/server-side.md +0 -210
- package/docs/components/data-views/examples/state.md +0 -250
- package/docs/components/data-views/examples/tree-custom.md +0 -388
- package/docs/components/data-views/examples/view-registry.md +0 -313
- package/docs/components/data-views/examples/views.md +0 -534
- package/docs/components/data-views/guide.md +0 -405
- package/docs/components/data-views/index.md +0 -1521
- package/docs/components/data-views/migration.md +0 -81
- package/docs/components/date-picker.md +0 -857
- package/docs/components/dialog.md +0 -929
- package/docs/components/divider.md +0 -766
- package/docs/components/drawer.md +0 -654
- package/docs/components/dropdown-menu.md +0 -668
- package/docs/components/field-hint.md +0 -898
- package/docs/components/field-section.md +0 -781
- package/docs/components/form-builder.md +0 -284
- package/docs/components/form-renderer.md +0 -396
- package/docs/components/form-summary.md +0 -138
- package/docs/components/form.md +0 -785
- package/docs/components/header-bar.md +0 -188
- package/docs/components/image-attachment.md +0 -906
- package/docs/components/inner-label-field.md +0 -819
- package/docs/components/input-field.md +0 -623
- package/docs/components/input-otp.md +0 -756
- package/docs/components/input.md +0 -634
- package/docs/components/label-field.md +0 -770
- package/docs/components/label.md +0 -761
- package/docs/components/labeled-check-box.md +0 -642
- package/docs/components/labeled-radio.md +0 -796
- package/docs/components/link-button.md +0 -685
- package/docs/components/login-button.md +0 -872
- package/docs/components/password-level.md +0 -803
- package/docs/components/popover.md +0 -649
- package/docs/components/profile-menu.md +0 -656
- package/docs/components/radio-card.md +0 -801
- package/docs/components/radio.md +0 -735
- package/docs/components/scroll-area.md +0 -691
- package/docs/components/search-field.md +0 -702
- package/docs/components/searchable-select.md +0 -368
- package/docs/components/searchable-table.md +0 -438
- package/docs/components/searchable-tree-dialog.md +0 -190
- package/docs/components/searchable-tree.md +0 -200
- package/docs/components/section-block.md +0 -483
- package/docs/components/select.md +0 -709
- package/docs/components/simple-select.md +0 -741
- package/docs/components/skeleton.md +0 -706
- package/docs/components/slide-date-picker.md +0 -837
- package/docs/components/spin-loading.md +0 -696
- package/docs/components/stepper.md +0 -316
- package/docs/components/switch.md +0 -770
- package/docs/components/tab-form-item.md +0 -773
- package/docs/components/tab-switch.md +0 -170
- package/docs/components/table-dnd-wrapper.md +0 -107
- package/docs/components/table.md +0 -1088
- package/docs/components/text-editor.md +0 -735
- package/docs/components/textarea.md +0 -681
- package/docs/components/timeline.md +0 -254
- package/docs/components/toast.md +0 -773
- package/docs/components/toggle-button.md +0 -643
- package/docs/components/toggle.md +0 -882
- package/docs/components/tooltip.md +0 -513
- package/docs/components/transparent-label.md +0 -721
- package/docs/components/tree-drop-down.md +0 -740
- package/docs/components/tree-folder.md +0 -110
- package/docs/components/tree-sub-layout.md +0 -707
- package/docs/explanation/architecture.md +0 -54
- package/docs/explanation/design-system.md +0 -52
- package/docs/how-to/form-and-list-recipes.md +0 -386
- package/docs/how-to/forms-with-form-builder.md +0 -472
- package/docs/how-to/guides.md +0 -1027
- package/docs/migration/changelog.md +0 -60
- package/docs/migration/form-builder-2.5.2.md +0 -113
- package/docs/reference/cli.md +0 -112
- package/docs/reference/components.md +0 -572
- package/docs/reference/hooks.md +0 -1523
- package/docs/reference/providers.md +0 -866
- package/docs/reference/tailwind-plugins.md +0 -942
- package/docs/reference/theme.md +0 -85
- package/docs/reference/types.md +0 -1016
- package/docs/reference/utilities.md +0 -726
- package/docs/tutorials/building-first-form.md +0 -846
- package/docs/tutorials/component-composition.md +0 -882
- package/docs/tutorials/getting-started.md +0 -302
- package/docs/tutorials/theming-basics.md +0 -785
package/docs/components/form.md
DELETED
|
@@ -1,785 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: Form
|
|
3
|
-
version: 2.4.5
|
|
4
|
-
status: stable
|
|
5
|
-
category: components/forms
|
|
6
|
-
tags: [form, validation, react-hook-form, accessible, compound]
|
|
7
|
-
last-reviewed: 2024-11-05
|
|
8
|
-
bundle-size: 3.5kb
|
|
9
|
-
dependencies:
|
|
10
|
-
- "react-hook-form": "^7.0.0"
|
|
11
|
-
- "@radix-ui/react-label": "^2.0.0"
|
|
12
|
-
- "@radix-ui/react-slot": "^1.0.0"
|
|
13
|
-
---
|
|
14
|
-
|
|
15
|
-
# Form
|
|
16
|
-
|
|
17
|
-
> A comprehensive form management component built on React Hook Form. Provides form validation, error handling, and accessible form controls with automatic ARIA attributes.
|
|
18
|
-
|
|
19
|
-
## Installation
|
|
20
|
-
|
|
21
|
-
TORCH Glare is a copy-in library: the CLI copies this component's source into your project
|
|
22
|
-
(you do **not** install it from the npm package). Run `init` once, then `add`:
|
|
23
|
-
|
|
24
|
-
```bash
|
|
25
|
-
npx torch-glare@latest init
|
|
26
|
-
npx torch-glare@latest add Form
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
`add` also copies any components, hooks, and utilities that `Form` depends on.
|
|
30
|
-
|
|
31
|
-
## Import
|
|
32
|
-
|
|
33
|
-
Import from your project's local path — the alias configured in `glare.json` (e.g. `@/*`):
|
|
34
|
-
|
|
35
|
-
```tsx
|
|
36
|
-
import { Form } from "@/components/Form";
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
## Quick Examples
|
|
40
|
-
|
|
41
|
-
### Basic Form
|
|
42
|
-
|
|
43
|
-
```typescript
|
|
44
|
-
import { useForm } from 'react-hook-form'
|
|
45
|
-
import {
|
|
46
|
-
Form,
|
|
47
|
-
FormField,
|
|
48
|
-
FormItem,
|
|
49
|
-
FormLabel,
|
|
50
|
-
FormControl,
|
|
51
|
-
FormMessage
|
|
52
|
-
} from '@/components/Form'
|
|
53
|
-
import { Input } from '@/components/Input'
|
|
54
|
-
import { Button } from '@/components/Button'
|
|
55
|
-
|
|
56
|
-
function BasicForm() {
|
|
57
|
-
const form = useForm({
|
|
58
|
-
defaultValues: {
|
|
59
|
-
username: '',
|
|
60
|
-
email: ''
|
|
61
|
-
}
|
|
62
|
-
})
|
|
63
|
-
|
|
64
|
-
const onSubmit = (data) => {
|
|
65
|
-
console.log(data)
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
return (
|
|
69
|
-
<Form {...form}>
|
|
70
|
-
<form onSubmit={form.handleSubmit(onSubmit)} className="space-y-4">
|
|
71
|
-
<FormField
|
|
72
|
-
control={form.control}
|
|
73
|
-
name="username"
|
|
74
|
-
render={({ field }) => (
|
|
75
|
-
<FormItem>
|
|
76
|
-
<FormLabel>Username</FormLabel>
|
|
77
|
-
<FormControl>
|
|
78
|
-
<Input {...field} />
|
|
79
|
-
</FormControl>
|
|
80
|
-
<FormMessage />
|
|
81
|
-
</FormItem>
|
|
82
|
-
)}
|
|
83
|
-
/>
|
|
84
|
-
|
|
85
|
-
<FormField
|
|
86
|
-
control={form.control}
|
|
87
|
-
name="email"
|
|
88
|
-
render={({ field }) => (
|
|
89
|
-
<FormItem>
|
|
90
|
-
<FormLabel>Email</FormLabel>
|
|
91
|
-
<FormControl>
|
|
92
|
-
<Input type="email" {...field} />
|
|
93
|
-
</FormControl>
|
|
94
|
-
<FormMessage />
|
|
95
|
-
</FormItem>
|
|
96
|
-
)}
|
|
97
|
-
/>
|
|
98
|
-
|
|
99
|
-
<Button type="submit">Submit</Button>
|
|
100
|
-
</form>
|
|
101
|
-
</Form>
|
|
102
|
-
)
|
|
103
|
-
}
|
|
104
|
-
```
|
|
105
|
-
|
|
106
|
-
### With Validation
|
|
107
|
-
|
|
108
|
-
```typescript
|
|
109
|
-
import { z } from 'zod'
|
|
110
|
-
import { zodResolver } from '@hookform/resolvers/zod'
|
|
111
|
-
|
|
112
|
-
const formSchema = z.object({
|
|
113
|
-
username: z.string().min(3, 'Username must be at least 3 characters'),
|
|
114
|
-
email: z.string().email('Invalid email address'),
|
|
115
|
-
age: z.number().min(18, 'Must be at least 18 years old'),
|
|
116
|
-
bio: z.string().max(500, 'Bio must be less than 500 characters').optional()
|
|
117
|
-
})
|
|
118
|
-
|
|
119
|
-
function ValidatedForm() {
|
|
120
|
-
const form = useForm({
|
|
121
|
-
resolver: zodResolver(formSchema),
|
|
122
|
-
defaultValues: {
|
|
123
|
-
username: '',
|
|
124
|
-
email: '',
|
|
125
|
-
age: 0,
|
|
126
|
-
bio: ''
|
|
127
|
-
}
|
|
128
|
-
})
|
|
129
|
-
|
|
130
|
-
const onSubmit = (data) => {
|
|
131
|
-
console.log('Valid data:', data)
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
return (
|
|
135
|
-
<Form {...form}>
|
|
136
|
-
<form onSubmit={form.handleSubmit(onSubmit)} className="space-y-4">
|
|
137
|
-
<FormField
|
|
138
|
-
control={form.control}
|
|
139
|
-
name="username"
|
|
140
|
-
render={({ field }) => (
|
|
141
|
-
<FormItem>
|
|
142
|
-
<FormLabel>Username</FormLabel>
|
|
143
|
-
<FormControl>
|
|
144
|
-
<Input {...field} />
|
|
145
|
-
</FormControl>
|
|
146
|
-
<FormDescription>
|
|
147
|
-
Choose a unique username (min 3 characters)
|
|
148
|
-
</FormDescription>
|
|
149
|
-
<FormMessage />
|
|
150
|
-
</FormItem>
|
|
151
|
-
)}
|
|
152
|
-
/>
|
|
153
|
-
|
|
154
|
-
<FormField
|
|
155
|
-
control={form.control}
|
|
156
|
-
name="email"
|
|
157
|
-
render={({ field }) => (
|
|
158
|
-
<FormItem>
|
|
159
|
-
<FormLabel>Email</FormLabel>
|
|
160
|
-
<FormControl>
|
|
161
|
-
<Input type="email" {...field} />
|
|
162
|
-
</FormControl>
|
|
163
|
-
<FormMessage />
|
|
164
|
-
</FormItem>
|
|
165
|
-
)}
|
|
166
|
-
/>
|
|
167
|
-
|
|
168
|
-
<FormField
|
|
169
|
-
control={form.control}
|
|
170
|
-
name="age"
|
|
171
|
-
render={({ field }) => (
|
|
172
|
-
<FormItem>
|
|
173
|
-
<FormLabel>Age</FormLabel>
|
|
174
|
-
<FormControl>
|
|
175
|
-
<Input
|
|
176
|
-
type="number"
|
|
177
|
-
{...field}
|
|
178
|
-
onChange={(e) => field.onChange(parseInt(e.target.value))}
|
|
179
|
-
/>
|
|
180
|
-
</FormControl>
|
|
181
|
-
<FormMessage />
|
|
182
|
-
</FormItem>
|
|
183
|
-
)}
|
|
184
|
-
/>
|
|
185
|
-
|
|
186
|
-
<FormField
|
|
187
|
-
control={form.control}
|
|
188
|
-
name="bio"
|
|
189
|
-
render={({ field }) => (
|
|
190
|
-
<FormItem>
|
|
191
|
-
<FormLabel>Bio (Optional)</FormLabel>
|
|
192
|
-
<FormControl>
|
|
193
|
-
<Textarea {...field} />
|
|
194
|
-
</FormControl>
|
|
195
|
-
<FormDescription>
|
|
196
|
-
Tell us about yourself (max 500 characters)
|
|
197
|
-
</FormDescription>
|
|
198
|
-
<FormMessage />
|
|
199
|
-
</FormItem>
|
|
200
|
-
)}
|
|
201
|
-
/>
|
|
202
|
-
|
|
203
|
-
<Button type="submit">Submit</Button>
|
|
204
|
-
</form>
|
|
205
|
-
</Form>
|
|
206
|
-
)
|
|
207
|
-
}
|
|
208
|
-
```
|
|
209
|
-
|
|
210
|
-
### With Multiple Field Types
|
|
211
|
-
|
|
212
|
-
```typescript
|
|
213
|
-
import { Select, SelectTrigger, SelectContent, SelectItem, SelectValue } from '@/components/Select'
|
|
214
|
-
import { Checkbox } from '@/components/Checkbox'
|
|
215
|
-
import { RadioGroup, RadioGroupItem } from '@/components/Radio'
|
|
216
|
-
|
|
217
|
-
function MultiFieldForm() {
|
|
218
|
-
const form = useForm({
|
|
219
|
-
defaultValues: {
|
|
220
|
-
name: '',
|
|
221
|
-
country: '',
|
|
222
|
-
gender: '',
|
|
223
|
-
subscribe: false,
|
|
224
|
-
preferences: []
|
|
225
|
-
}
|
|
226
|
-
})
|
|
227
|
-
|
|
228
|
-
return (
|
|
229
|
-
<Form {...form}>
|
|
230
|
-
<form onSubmit={form.handleSubmit(onSubmit)} className="space-y-4">
|
|
231
|
-
{/* Text Input */}
|
|
232
|
-
<FormField
|
|
233
|
-
control={form.control}
|
|
234
|
-
name="name"
|
|
235
|
-
render={({ field }) => (
|
|
236
|
-
<FormItem>
|
|
237
|
-
<FormLabel>Name</FormLabel>
|
|
238
|
-
<FormControl>
|
|
239
|
-
<Input {...field} />
|
|
240
|
-
</FormControl>
|
|
241
|
-
<FormMessage />
|
|
242
|
-
</FormItem>
|
|
243
|
-
)}
|
|
244
|
-
/>
|
|
245
|
-
|
|
246
|
-
{/* Select Dropdown */}
|
|
247
|
-
<FormField
|
|
248
|
-
control={form.control}
|
|
249
|
-
name="country"
|
|
250
|
-
render={({ field }) => (
|
|
251
|
-
<FormItem>
|
|
252
|
-
<FormLabel>Country</FormLabel>
|
|
253
|
-
<Select onValueChange={field.onChange} defaultValue={field.value}>
|
|
254
|
-
<FormControl>
|
|
255
|
-
<SelectTrigger>
|
|
256
|
-
<SelectValue placeholder="Select country" />
|
|
257
|
-
</SelectTrigger>
|
|
258
|
-
</FormControl>
|
|
259
|
-
<SelectContent>
|
|
260
|
-
<SelectItem value="us">United States</SelectItem>
|
|
261
|
-
<SelectItem value="uk">United Kingdom</SelectItem>
|
|
262
|
-
<SelectItem value="ca">Canada</SelectItem>
|
|
263
|
-
</SelectContent>
|
|
264
|
-
</Select>
|
|
265
|
-
<FormMessage />
|
|
266
|
-
</FormItem>
|
|
267
|
-
)}
|
|
268
|
-
/>
|
|
269
|
-
|
|
270
|
-
{/* Radio Group */}
|
|
271
|
-
<FormField
|
|
272
|
-
control={form.control}
|
|
273
|
-
name="gender"
|
|
274
|
-
render={({ field }) => (
|
|
275
|
-
<FormItem>
|
|
276
|
-
<FormLabel>Gender</FormLabel>
|
|
277
|
-
<FormControl>
|
|
278
|
-
<RadioGroup
|
|
279
|
-
onValueChange={field.onChange}
|
|
280
|
-
defaultValue={field.value}
|
|
281
|
-
>
|
|
282
|
-
<FormItem className="flex items-center space-x-2">
|
|
283
|
-
<FormControl>
|
|
284
|
-
<RadioGroupItem value="male" />
|
|
285
|
-
</FormControl>
|
|
286
|
-
<FormLabel>Male</FormLabel>
|
|
287
|
-
</FormItem>
|
|
288
|
-
<FormItem className="flex items-center space-x-2">
|
|
289
|
-
<FormControl>
|
|
290
|
-
<RadioGroupItem value="female" />
|
|
291
|
-
</FormControl>
|
|
292
|
-
<FormLabel>Female</FormLabel>
|
|
293
|
-
</FormItem>
|
|
294
|
-
<FormItem className="flex items-center space-x-2">
|
|
295
|
-
<FormControl>
|
|
296
|
-
<RadioGroupItem value="other" />
|
|
297
|
-
</FormControl>
|
|
298
|
-
<FormLabel>Other</FormLabel>
|
|
299
|
-
</FormItem>
|
|
300
|
-
</RadioGroup>
|
|
301
|
-
</FormControl>
|
|
302
|
-
<FormMessage />
|
|
303
|
-
</FormItem>
|
|
304
|
-
)}
|
|
305
|
-
/>
|
|
306
|
-
|
|
307
|
-
{/* Checkbox */}
|
|
308
|
-
<FormField
|
|
309
|
-
control={form.control}
|
|
310
|
-
name="subscribe"
|
|
311
|
-
render={({ field }) => (
|
|
312
|
-
<FormItem className="flex items-center space-x-2">
|
|
313
|
-
<FormControl>
|
|
314
|
-
<Checkbox
|
|
315
|
-
checked={field.value}
|
|
316
|
-
onCheckedChange={field.onChange}
|
|
317
|
-
/>
|
|
318
|
-
</FormControl>
|
|
319
|
-
<FormLabel>Subscribe to newsletter</FormLabel>
|
|
320
|
-
</FormItem>
|
|
321
|
-
)}
|
|
322
|
-
/>
|
|
323
|
-
|
|
324
|
-
<Button type="submit">Submit</Button>
|
|
325
|
-
</form>
|
|
326
|
-
</Form>
|
|
327
|
-
)
|
|
328
|
-
}
|
|
329
|
-
```
|
|
330
|
-
|
|
331
|
-
### With Custom Labels
|
|
332
|
-
|
|
333
|
-
```typescript
|
|
334
|
-
<FormField
|
|
335
|
-
control={form.control}
|
|
336
|
-
name="field"
|
|
337
|
-
render={({ field }) => (
|
|
338
|
-
<FormItem>
|
|
339
|
-
<FormLabel
|
|
340
|
-
label="Main Label"
|
|
341
|
-
requiredLabel="*"
|
|
342
|
-
secondaryLabel="(Optional)"
|
|
343
|
-
size="M"
|
|
344
|
-
variant="PresentationStyle"
|
|
345
|
-
labelDirections="horizontal"
|
|
346
|
-
/>
|
|
347
|
-
<FormControl>
|
|
348
|
-
<Input {...field} />
|
|
349
|
-
</FormControl>
|
|
350
|
-
<FormMessage />
|
|
351
|
-
</FormItem>
|
|
352
|
-
)}
|
|
353
|
-
/>
|
|
354
|
-
```
|
|
355
|
-
|
|
356
|
-
### Async Form Submission
|
|
357
|
-
|
|
358
|
-
```typescript
|
|
359
|
-
function AsyncForm() {
|
|
360
|
-
const form = useForm()
|
|
361
|
-
const [isSubmitting, setIsSubmitting] = useState(false)
|
|
362
|
-
|
|
363
|
-
const onSubmit = async (data) => {
|
|
364
|
-
setIsSubmitting(true)
|
|
365
|
-
try {
|
|
366
|
-
const response = await fetch('/api/submit', {
|
|
367
|
-
method: 'POST',
|
|
368
|
-
headers: { 'Content-Type': 'application/json' },
|
|
369
|
-
body: JSON.stringify(data)
|
|
370
|
-
})
|
|
371
|
-
|
|
372
|
-
if (!response.ok) throw new Error('Submission failed')
|
|
373
|
-
|
|
374
|
-
// Handle success
|
|
375
|
-
form.reset()
|
|
376
|
-
alert('Form submitted successfully!')
|
|
377
|
-
} catch (error) {
|
|
378
|
-
// Handle error
|
|
379
|
-
form.setError('root', {
|
|
380
|
-
message: 'Something went wrong. Please try again.'
|
|
381
|
-
})
|
|
382
|
-
} finally {
|
|
383
|
-
setIsSubmitting(false)
|
|
384
|
-
}
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
return (
|
|
388
|
-
<Form {...form}>
|
|
389
|
-
<form onSubmit={form.handleSubmit(onSubmit)}>
|
|
390
|
-
{/* Form fields */}
|
|
391
|
-
|
|
392
|
-
{form.formState.errors.root && (
|
|
393
|
-
<div className="text-red-500 text-sm">
|
|
394
|
-
{form.formState.errors.root.message}
|
|
395
|
-
</div>
|
|
396
|
-
)}
|
|
397
|
-
|
|
398
|
-
<Button
|
|
399
|
-
type="submit"
|
|
400
|
-
disabled={isSubmitting}
|
|
401
|
-
is_loading={isSubmitting}
|
|
402
|
-
>
|
|
403
|
-
{isSubmitting ? 'Submitting...' : 'Submit'}
|
|
404
|
-
</Button>
|
|
405
|
-
</form>
|
|
406
|
-
</Form>
|
|
407
|
-
)
|
|
408
|
-
}
|
|
409
|
-
```
|
|
410
|
-
|
|
411
|
-
## API Reference
|
|
412
|
-
|
|
413
|
-
### Form Props
|
|
414
|
-
|
|
415
|
-
| Prop | Type | Default | Description |
|
|
416
|
-
|------|------|---------|-------------|
|
|
417
|
-
| `...form` | `UseFormReturn` | - | React Hook Form instance |
|
|
418
|
-
| `children` | `React.ReactNode` | - | Form content |
|
|
419
|
-
|
|
420
|
-
### FormField Props
|
|
421
|
-
|
|
422
|
-
| Prop | Type | Default | Description |
|
|
423
|
-
|------|------|---------|-------------|
|
|
424
|
-
| `control` | `Control` | - | Form control from useForm |
|
|
425
|
-
| `name` | `string` | - | Field name |
|
|
426
|
-
| `render` | `(field) => ReactNode` | - | Render function |
|
|
427
|
-
| `rules` | `RegisterOptions` | - | Validation rules |
|
|
428
|
-
| `defaultValue` | `any` | - | Default field value |
|
|
429
|
-
|
|
430
|
-
### FormItem Props
|
|
431
|
-
|
|
432
|
-
| Prop | Type | Default | Description |
|
|
433
|
-
|------|------|---------|-------------|
|
|
434
|
-
| `className` | `string` | - | Additional CSS classes |
|
|
435
|
-
| `children` | `React.ReactNode` | - | Form item content |
|
|
436
|
-
|
|
437
|
-
### FormLabel Props
|
|
438
|
-
|
|
439
|
-
| Prop | Type | Default | Description |
|
|
440
|
-
|------|------|---------|-------------|
|
|
441
|
-
| `label` | `ReactNode` | - | Main label text |
|
|
442
|
-
| `requiredLabel` | `ReactNode` | - | Required indicator |
|
|
443
|
-
| `secondaryLabel` | `ReactNode` | - | Secondary text |
|
|
444
|
-
| `size` | `'S' \| 'M' \| 'L'` | `'M'` | Label size |
|
|
445
|
-
| `variant` | `'SystemStyle' \| 'PresentationStyle'` | - | Visual variant |
|
|
446
|
-
| `theme` | `Themes` | - | Theme override |
|
|
447
|
-
| `labelDirections` | `'vertical' \| 'horizontal'` | `'vertical'` | Label layout |
|
|
448
|
-
| `className` | `string` | - | Additional CSS classes |
|
|
449
|
-
|
|
450
|
-
### FormControl Props
|
|
451
|
-
|
|
452
|
-
| Prop | Type | Default | Description |
|
|
453
|
-
|------|------|---------|-------------|
|
|
454
|
-
| `children` | `React.ReactNode` | - | Form control element |
|
|
455
|
-
|
|
456
|
-
### FormDescription Props
|
|
457
|
-
|
|
458
|
-
| Prop | Type | Default | Description |
|
|
459
|
-
|------|------|---------|-------------|
|
|
460
|
-
| `className` | `string` | - | Additional CSS classes |
|
|
461
|
-
| `children` | `React.ReactNode` | - | Description text |
|
|
462
|
-
|
|
463
|
-
### FormMessage Props
|
|
464
|
-
|
|
465
|
-
| Prop | Type | Default | Description |
|
|
466
|
-
|------|------|---------|-------------|
|
|
467
|
-
| `className` | `string` | - | Additional CSS classes |
|
|
468
|
-
| `children` | `React.ReactNode` | - | Custom error message |
|
|
469
|
-
|
|
470
|
-
### TypeScript
|
|
471
|
-
|
|
472
|
-
```typescript
|
|
473
|
-
import type { UseFormReturn, FieldValues, Control, RegisterOptions } from 'react-hook-form'
|
|
474
|
-
|
|
475
|
-
// Form types
|
|
476
|
-
type FormProps = UseFormReturn<FieldValues>
|
|
477
|
-
|
|
478
|
-
// FormField types
|
|
479
|
-
interface FormFieldProps<T extends FieldValues> {
|
|
480
|
-
control: Control<T>
|
|
481
|
-
name: keyof T
|
|
482
|
-
render: (field: any) => React.ReactNode
|
|
483
|
-
rules?: RegisterOptions
|
|
484
|
-
defaultValue?: any
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
// FormLabel types
|
|
488
|
-
interface FormLabelProps {
|
|
489
|
-
label?: ReactNode
|
|
490
|
-
requiredLabel?: ReactNode
|
|
491
|
-
secondaryLabel?: ReactNode
|
|
492
|
-
size?: 'S' | 'M' | 'L'
|
|
493
|
-
variant?: 'SystemStyle' | 'PresentationStyle'
|
|
494
|
-
theme?: Themes
|
|
495
|
-
labelDirections?: 'vertical' | 'horizontal'
|
|
496
|
-
className?: string
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
// Hook
|
|
500
|
-
export const useFormField: () => {
|
|
501
|
-
id: string
|
|
502
|
-
name: string
|
|
503
|
-
formItemId: string
|
|
504
|
-
formDescriptionId: string
|
|
505
|
-
formMessageId: string
|
|
506
|
-
error?: FieldError
|
|
507
|
-
}
|
|
508
|
-
```
|
|
509
|
-
|
|
510
|
-
## Common Patterns
|
|
511
|
-
|
|
512
|
-
### Dynamic Form Fields
|
|
513
|
-
|
|
514
|
-
```typescript
|
|
515
|
-
function DynamicForm() {
|
|
516
|
-
const { fields, append, remove } = useFieldArray({
|
|
517
|
-
control: form.control,
|
|
518
|
-
name: "items"
|
|
519
|
-
})
|
|
520
|
-
|
|
521
|
-
return (
|
|
522
|
-
<Form {...form}>
|
|
523
|
-
<form>
|
|
524
|
-
{fields.map((field, index) => (
|
|
525
|
-
<FormField
|
|
526
|
-
key={field.id}
|
|
527
|
-
control={form.control}
|
|
528
|
-
name={`items.${index}.value`}
|
|
529
|
-
render={({ field }) => (
|
|
530
|
-
<FormItem>
|
|
531
|
-
<FormLabel>Item {index + 1}</FormLabel>
|
|
532
|
-
<div className="flex gap-2">
|
|
533
|
-
<FormControl>
|
|
534
|
-
<Input {...field} />
|
|
535
|
-
</FormControl>
|
|
536
|
-
<Button
|
|
537
|
-
type="button"
|
|
538
|
-
variant="BorderStyle"
|
|
539
|
-
onClick={() => remove(index)}
|
|
540
|
-
>
|
|
541
|
-
Remove
|
|
542
|
-
</Button>
|
|
543
|
-
</div>
|
|
544
|
-
<FormMessage />
|
|
545
|
-
</FormItem>
|
|
546
|
-
)}
|
|
547
|
-
/>
|
|
548
|
-
))}
|
|
549
|
-
|
|
550
|
-
<Button
|
|
551
|
-
type="button"
|
|
552
|
-
variant="BorderStyle"
|
|
553
|
-
onClick={() => append({ value: '' })}
|
|
554
|
-
>
|
|
555
|
-
Add Item
|
|
556
|
-
</Button>
|
|
557
|
-
</form>
|
|
558
|
-
</Form>
|
|
559
|
-
)
|
|
560
|
-
}
|
|
561
|
-
```
|
|
562
|
-
|
|
563
|
-
### Conditional Fields
|
|
564
|
-
|
|
565
|
-
```typescript
|
|
566
|
-
function ConditionalForm() {
|
|
567
|
-
const form = useForm()
|
|
568
|
-
const hasAccount = form.watch('hasAccount')
|
|
569
|
-
|
|
570
|
-
return (
|
|
571
|
-
<Form {...form}>
|
|
572
|
-
<form>
|
|
573
|
-
<FormField
|
|
574
|
-
control={form.control}
|
|
575
|
-
name="hasAccount"
|
|
576
|
-
render={({ field }) => (
|
|
577
|
-
<FormItem>
|
|
578
|
-
<FormControl>
|
|
579
|
-
<Checkbox
|
|
580
|
-
checked={field.value}
|
|
581
|
-
onCheckedChange={field.onChange}
|
|
582
|
-
/>
|
|
583
|
-
</FormControl>
|
|
584
|
-
<FormLabel>I have an account</FormLabel>
|
|
585
|
-
</FormItem>
|
|
586
|
-
)}
|
|
587
|
-
/>
|
|
588
|
-
|
|
589
|
-
{hasAccount && (
|
|
590
|
-
<FormField
|
|
591
|
-
control={form.control}
|
|
592
|
-
name="accountNumber"
|
|
593
|
-
render={({ field }) => (
|
|
594
|
-
<FormItem>
|
|
595
|
-
<FormLabel>Account Number</FormLabel>
|
|
596
|
-
<FormControl>
|
|
597
|
-
<Input {...field} />
|
|
598
|
-
</FormControl>
|
|
599
|
-
<FormMessage />
|
|
600
|
-
</FormItem>
|
|
601
|
-
)}
|
|
602
|
-
/>
|
|
603
|
-
)}
|
|
604
|
-
</form>
|
|
605
|
-
</Form>
|
|
606
|
-
)
|
|
607
|
-
}
|
|
608
|
-
```
|
|
609
|
-
|
|
610
|
-
### Multi-Step Form
|
|
611
|
-
|
|
612
|
-
```typescript
|
|
613
|
-
function MultiStepForm() {
|
|
614
|
-
const [step, setStep] = useState(1)
|
|
615
|
-
const form = useForm()
|
|
616
|
-
|
|
617
|
-
const nextStep = async () => {
|
|
618
|
-
const isValid = await form.trigger() // Validate current step
|
|
619
|
-
if (isValid) setStep(step + 1)
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
return (
|
|
623
|
-
<Form {...form}>
|
|
624
|
-
<form onSubmit={form.handleSubmit(onSubmit)}>
|
|
625
|
-
{step === 1 && (
|
|
626
|
-
<>
|
|
627
|
-
<FormField
|
|
628
|
-
control={form.control}
|
|
629
|
-
name="firstName"
|
|
630
|
-
render={({ field }) => (
|
|
631
|
-
<FormItem>
|
|
632
|
-
<FormLabel>First Name</FormLabel>
|
|
633
|
-
<FormControl>
|
|
634
|
-
<Input {...field} />
|
|
635
|
-
</FormControl>
|
|
636
|
-
<FormMessage />
|
|
637
|
-
</FormItem>
|
|
638
|
-
)}
|
|
639
|
-
/>
|
|
640
|
-
<Button type="button" onClick={nextStep}>Next</Button>
|
|
641
|
-
</>
|
|
642
|
-
)}
|
|
643
|
-
|
|
644
|
-
{step === 2 && (
|
|
645
|
-
<>
|
|
646
|
-
<FormField
|
|
647
|
-
control={form.control}
|
|
648
|
-
name="email"
|
|
649
|
-
render={({ field }) => (
|
|
650
|
-
<FormItem>
|
|
651
|
-
<FormLabel>Email</FormLabel>
|
|
652
|
-
<FormControl>
|
|
653
|
-
<Input type="email" {...field} />
|
|
654
|
-
</FormControl>
|
|
655
|
-
<FormMessage />
|
|
656
|
-
</FormItem>
|
|
657
|
-
)}
|
|
658
|
-
/>
|
|
659
|
-
<Button type="button" onClick={() => setStep(1)}>Back</Button>
|
|
660
|
-
<Button type="submit">Submit</Button>
|
|
661
|
-
</>
|
|
662
|
-
)}
|
|
663
|
-
</form>
|
|
664
|
-
</Form>
|
|
665
|
-
)
|
|
666
|
-
}
|
|
667
|
-
```
|
|
668
|
-
|
|
669
|
-
## Testing
|
|
670
|
-
|
|
671
|
-
### Unit Test Example
|
|
672
|
-
|
|
673
|
-
```typescript
|
|
674
|
-
import { render, screen, waitFor } from '@testing-library/react'
|
|
675
|
-
import userEvent from '@testing-library/user-event'
|
|
676
|
-
import { useForm } from 'react-hook-form'
|
|
677
|
-
|
|
678
|
-
function TestForm() {
|
|
679
|
-
const form = useForm()
|
|
680
|
-
const onSubmit = jest.fn()
|
|
681
|
-
|
|
682
|
-
return (
|
|
683
|
-
<Form {...form}>
|
|
684
|
-
<form onSubmit={form.handleSubmit(onSubmit)}>
|
|
685
|
-
<FormField
|
|
686
|
-
control={form.control}
|
|
687
|
-
name="test"
|
|
688
|
-
rules={{ required: 'This field is required' }}
|
|
689
|
-
render={({ field }) => (
|
|
690
|
-
<FormItem>
|
|
691
|
-
<FormLabel>Test Field</FormLabel>
|
|
692
|
-
<FormControl>
|
|
693
|
-
<Input {...field} />
|
|
694
|
-
</FormControl>
|
|
695
|
-
<FormMessage />
|
|
696
|
-
</FormItem>
|
|
697
|
-
)}
|
|
698
|
-
/>
|
|
699
|
-
<button type="submit">Submit</button>
|
|
700
|
-
</form>
|
|
701
|
-
</Form>
|
|
702
|
-
)
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
describe('Form', () => {
|
|
706
|
-
it('shows validation error', async () => {
|
|
707
|
-
render(<TestForm />)
|
|
708
|
-
|
|
709
|
-
const submitButton = screen.getByText('Submit')
|
|
710
|
-
await userEvent.click(submitButton)
|
|
711
|
-
|
|
712
|
-
await waitFor(() => {
|
|
713
|
-
expect(screen.getByText('This field is required')).toBeInTheDocument()
|
|
714
|
-
})
|
|
715
|
-
})
|
|
716
|
-
})
|
|
717
|
-
```
|
|
718
|
-
|
|
719
|
-
## Accessibility
|
|
720
|
-
|
|
721
|
-
### Automatic ARIA Attributes
|
|
722
|
-
|
|
723
|
-
- `aria-invalid`: Set on fields with errors
|
|
724
|
-
- `aria-describedby`: Links fields to descriptions and error messages
|
|
725
|
-
- `aria-required`: Set on required fields
|
|
726
|
-
- Proper label association with `htmlFor`
|
|
727
|
-
|
|
728
|
-
### Keyboard Support
|
|
729
|
-
|
|
730
|
-
- Tab navigation through fields
|
|
731
|
-
- Enter key submits form
|
|
732
|
-
- Escape key can clear dropdowns
|
|
733
|
-
|
|
734
|
-
### Screen Reader Support
|
|
735
|
-
|
|
736
|
-
- Field labels announced
|
|
737
|
-
- Error messages announced
|
|
738
|
-
- Descriptions read with fields
|
|
739
|
-
|
|
740
|
-
## Performance
|
|
741
|
-
|
|
742
|
-
| Metric | Value |
|
|
743
|
-
|--------|-------|
|
|
744
|
-
| Bundle size (gzip) | 3.5kb |
|
|
745
|
-
| First render | <10ms |
|
|
746
|
-
| Re-render | <4ms |
|
|
747
|
-
| Tree-shakeable | ✅ |
|
|
748
|
-
|
|
749
|
-
### Optimization Tips
|
|
750
|
-
|
|
751
|
-
1. Use `React.memo()` for complex field components
|
|
752
|
-
2. Implement field-level validation
|
|
753
|
-
3. Use `useController` for custom inputs
|
|
754
|
-
4. Debounce validation for async checks
|
|
755
|
-
|
|
756
|
-
## Related Components
|
|
757
|
-
|
|
758
|
-
- [Input](/docs/components/input.md) - Text input
|
|
759
|
-
- [Select](/docs/components/select.md) - Dropdown select
|
|
760
|
-
- [Checkbox](/docs/components/checkbox.md) - Checkbox input
|
|
761
|
-
- [Radio](/docs/components/radio.md) - Radio buttons
|
|
762
|
-
- [Button](/docs/components/button.md) - Submit button
|
|
763
|
-
|
|
764
|
-
## Browser Support
|
|
765
|
-
|
|
766
|
-
- Chrome 90+ ✅
|
|
767
|
-
- Firefox 88+ ✅
|
|
768
|
-
- Safari 14+ ✅
|
|
769
|
-
- Edge 90+ ✅
|
|
770
|
-
- Mobile browsers ✅
|
|
771
|
-
|
|
772
|
-
## Changelog
|
|
773
|
-
|
|
774
|
-
### v1.1.15
|
|
775
|
-
- Added React Hook Form integration
|
|
776
|
-
- Enhanced accessibility
|
|
777
|
-
- Improved TypeScript types
|
|
778
|
-
|
|
779
|
-
### v1.1.14
|
|
780
|
-
- Added FormDescription component
|
|
781
|
-
- Fixed validation timing
|
|
782
|
-
- Performance improvements
|
|
783
|
-
|
|
784
|
-
### v1.1.0
|
|
785
|
-
- Initial release
|