FieldProps
Represents the props of the Field component that is used inside the Kendo U for Vue Form component.
Name | Type | Default | Description |
---|---|---|---|
component |
|
Can be set to a Vue component or to the name of an HTML element,
for example, | |
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, |