clearValidation

removes "data incorrect" highlighting from invalid text fields

void clearValidation();

Example

$$(datatable1).clearValidation();"}

Related samples

Details

The function removes highlighting from fields with failed validation. This is done for convenience means so that users can continue filling in the form without annoying red. It doesn't cancel validation rules.

See also
Back to top