checks whether the value in the text field numeric or not
rules:{ //component's name is used to apply the rule to it
login: webix.rules.isNumber
}
All characters typed into the specified text field must be numbers to pass validation.
Back to top