ReadOnlyFormCollection.reset - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / ReadOnlyFormCollection<TForm, TValidationError> / reset method
Resets the form, contained fields and sections to their initial configuration.
Validation and other flags are reset, fields retain their current values.
public reset(): void
Source reference: src/forms/ReadOnlyFormCollection.ts:152
.