Documentation

clearValidation

removes all validation marks from the component

void clearValidation();

See also

Example

$$("mylist").clearValidation();

Back to top