ObjectValidator.reset - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / ObjectValidator<TValidatable, TValidationError> / reset method
Resets the validator configuraiton, removes all triggers and validators and sets the error on the target to null
.
public reset(): this
Source reference: src/validation/objectValidator/ObjectValidator.ts:152
.