Skip to content

Form.isInvalid

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

A flag indicating whether the object is invalid.

This property overrides Validatable.isInvalid.

Property type: boolean.

public get isInvalid(): boolean

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

Clone this wiki locally