# FieldElementProps

Props to spread onto a field element for integration with Preact form handling.

## Definition

- `FieldElementProps`
  - `name` <Property {...properties.name} />
  - `autofocus` <Property {...properties.autofocus} />
  - `ref` <Property {...properties.ref} />
  - `onFocus` <Property {...properties.onFocus} />
  - `onInput` <Property {...properties.onInput} />
  - `onChange` <Property {...properties.onChange} />
  - `onBlur` <Property {...properties.onBlur} />
