Checks the field Validation for all controls.
app.validateInput();
The validateInput function returns a boolean value: -If there are validation errors (invalid fields), the function returns false. -If the validation is successful (no invalid fields), the function returns true.
Last updated 2 years ago