on which event validation fires
webix.ui({ view:"text", validate:"isNumber", validateEvent:"key" });
Possible values are "blur" and "key"