Skip to content

Form.isValid

github-actions[bot] edited this page Feb 4, 2025 · 4 revisions
API / Form<TValidationError> / isValid property

A flag indicating whether the object is valid.

This property overrides Validatable.isValid.

Property type: boolean.

public get isValid(): boolean

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

Clone this wiki locally