# Field

Die Field-Component integriert die Form Controls von Flow nahtlos in das Formular-Management von React Hook Form.

## Develop

# Properties

| Property | Type | Default | Description |
| --- | --- | --- | --- |
| `defaultValue` | `any` | - | - |
| `name` _(required)_ | `string` | - | - |
| `disabled` | `boolean` | - | - |
| `control` | `Control<T, any, T>` | - | - |
| `rules` | `Omit<RegisterOptions<T, Path<T>>, "disabled" \| "valueAsNumber" \| "valueAsDate" \| "setValueAs">` | - | - |
| `shouldUnregister` | `boolean` | - | - |
| `exact` | `boolean` | - | - |
| `children` | `ReactNode` | - | - |

