FieldProps
Represents the props of the Field component that is used inside the Kendo U for Vue Form component.
| Name | Type | Default | Description |
|---|---|---|---|
colSpan? |
|
Sets how many columns the field spans in the form layout.
Requires the parent vue
| |
component |
|
Can be set to a Vue component or to the name of an HTML element,
for example, | |
id? |
|
The id of the field. | |
name |
|
The name of the field in the Form state.
Supports nested fields in the | |
onChange? |
|
Called when underlying editor triggers it's onChange event and the Form update it's internal state. Useful for updating related fields.
That why this event should be used only for executing custom logic. | |
validator? |
|
The validation functions for the Field level.
Currently, |