validateInput

Checks the field Validation for all controls.

Example Usages

app.validateInput();

Return Values

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