Documentation

validate

adds validation to the field

boolean validate;

Example

webix.ui({ view:"text", validate:"isNumber" });

Back to top