LabelProps
Interface
Represents the props of the Kendo UI for Vue Label component.
Definition
Package:@progress/kendo-vue-labels
Properties
editorDisabled?
boolean
Specifies if the editor is disabled.
editorId?
string
The id of the editor.
editorRef?
any
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 focus method or actionElement prop on it's ref.
editorValid?
boolean
Specifies the validity of the editor. Used to define the editor is invalid.
id?
string
Represents the id of the label element.
The value should be set to the editor ariaLabelledBy property.
Can be used when the editor is not containing native form element.
optional?
boolean
If enabled marks the label as optional.