Form.isInvalid - Andrei15193/react-model-view-viewmodel GitHub Wiki
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
.