• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UInew
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

LabelProps

Represents the props of the Kendo UI for Vue Label component.

NameTypeDefaultDescription

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.