clearValidation of ui.toolbar, Methods Webix Docs
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
If you have not checked yet, be sure to visit site of our main product Webix web ui framework and page of toolbar product.