clearValidation

removes "data incorrect" highlighting from invalid text fields

void clearValidation();

Example

{
    view:"button", value:"Clear Validation",
    click:function(){
        $$('form1').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
If you have not checked yet, be sure to visit site of our main product Webix mvc library and page of javascript form product.