reInitValidation

Resets all validators of an app to their default state. So you don't have to bother with enableValidator to reset them or what the default state is.

Example Usages

app.reInitValidation();

Return Values

Function does not explicitly produce return value.

Last updated