New to Kendo UI for Vue? Start a free 30-day trial
FieldValidatorType
The validator function for the Field component. The function arguments are:
- value - The current value of the field.
- valueGetter - Function which can be used to get other fields value.
Usable when validator depends on more than one field. Supports field paths.
- fieldProps - Props of the Field component. Currently contains only the
nameprop.
Usable when one validator is used across multiple fields.
Returns string to signify error or undefined to signify validation success.