New to KendoReact? Start a free 30-day trial
FieldValidatorType
FieldValidatorTypePremium
Validates a single field and returns an error message or success.
- value - Contains the current field value
- valueGetter - Gets values from other fields using field paths like 'user.name'
- fieldProps - Contains the field's props, including the field name
Returns a string for validation errors or undefined for successful validation.