Skip to content

Form.isValid

github-actions[bot] edited this page Dec 3, 2024 · 3 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:635.

Clone this wiki locally