Skip to content

Form.reset

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions
API / Form<TValidationError> / reset method

Resets the form, contained fields and sections to their initial configuration.

Validation and other flags are reset, fields retain their current values.

public reset(): void

Source reference: src/forms/Form.ts:661.

Clone this wiki locally