Form component
Form is a group of related input controls that allows users to provide data or configure options.
Properties
Name | Description | Default |
---|---|---|
busy | Form fields busy state | - |
gap | Flexbox gap size | - |
readOnly | Form fields read-only state | - |
Note: This table does not include native DOM and React properties like `onClick`, `ref`, `id`, `aria-label` (and many others) supported by this component.
With Dialog
If a single form is used in a `Dialog` or `Drawer` component, all content should be wrapped with the Form component