New to Kendo UI for VueStart a free 30-day trial

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.

Change Theme
Theme
Loading ...

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.

Change Theme
Theme
Loading ...