# ResetFormConfig

Configuration interface for resetting form input and errors. Used by the `reset` method when no specific field path is provided.

## Generics

- `TSchema` <Property {...properties.TSchema} />

## Definition

- `ResetFormConfig`
  - `initialInput` <Property {...properties.initialInput} />
  - `keepErrors` <Property {...properties.keepErrors} />
  - `keepInput` <Property {...properties.keepInput} />
  - `keepSubmitted` <Property {...properties.keepSubmitted} />
  - `keepTouched` <Property {...properties.keepTouched} />

## Related

### Methods

<ApiList items={[{ text: 'reset', href: '../reset/' }]} />
