New to Kendo UI for Vue? Start a free 30-day trial
FormValidatorType
The validator function for the Form component.
- values - The current values of the form.
- valueGetter - Function which can be used to get field value. Supports field paths.
Returns key-value pair with errors if such are present. The key is the field path, where the value is the error message.