Skip to content

Form.reset

github-actions[bot] edited this page Nov 17, 2024 · 2 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