Custom Components
You can render custom components in the Kendo UI for Vue Field component by using the built-in properties of the KendoForm Injected Property and any custom properties.
Using Basic Properties
You can pass the props and the onChange
event to the custom field component by using the props of the v-slot.
Setting Custom Behavior
You can display error messages and customize the behavior of the rendered component by using the additional properties of the Field component.
The following example demonstrates how to render a required custom input.