Documentation

setValidation()

Sets the validation mode for this form state.

setValidation(mode: FormState.ValidationMode): this;

Parameters

Return value

The form state object itself, for chaining

Related