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

Represents the props of the kendo UI for Vue FloatingLabel component.

Definition

Package:@progress/kendo-vue-labels

Properties

dir?

string

Specifies the direction of the label.

Specifies if the editor is disabled.

editorId?

string

Represent the for property, which will be set to the label element.

Specifies the placeholder of the editor. Used to define if the editor is empty.

Specifies if the validity of the editor. Used to define the editor is invalid.

Specifies the value of the editor. Used to define if the editor is empty.

focused?

boolean

Sets the label in a focused position.

id?

string

Represents the id of the label element. The value should be also set to the editor's ariaLabelledBy property. Can be used when the editor is not containing native form element.

label?

string

Adds a floating label that describes the editor.

Sets the class of the label element.

optional?

boolean

If enabled, marks the label as optional.