> For the complete documentation index, see [llms.txt](https://gebra-it.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gebra-it.gitbook.io/wiki/client-api-reference/functions/validateinput.md).

# validateInput

Checks the field Validation for all controls.

## Example Usages

```javascript
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.
