ReadOnlyFormCollection.isInvalid - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / ReadOnlyFormCollection<TForm, TValidationError> / isInvalid property
A flag indicating whether the object is invalid.
Property type: boolean
.
public get isInvalid(): boolean
Source reference: src/forms/ReadOnlyFormCollection.ts:82
.