New to Kendo UI for Vue? Start a free 30-day trial
LabelProps
Represents the props of the Kendo UI for Vue Label component.
Name | Type | Default | Description |
---|---|---|---|
editorDisabled? |
|
Specifies if the editor is disabled. | |
editorId? |
|
The id of the editor. | |
editorRef? |
|
An optional Vue ref to the editor.
Used to redirect the click event to the editor when it does not contain native form element.
To be able to work, the editor should have | |
editorValid? |
|
Specifies the validity of the editor. Used to define the editor is invalid. | |
id? |
|
Represents the id of the label element.
The value should be set to the editor | |
optional? |
|
If enabled marks the label as optional. |