Kendo UI for Vue DropDownTree Overview
The Kendo UI for Vue Native DropDownTree is a form component that lets you choose a single predefined value from a hierarchical list and is a richer version of the <select>
element. Supports filtering, custom rendering, keyboard navigation, expand and collapse of the hierarchical data items.
The Kendo UI for Vue DropDownTree component is part of the Kendo UI for Vue library of Vue UI components. It is distributed through NPM under the kendo-vue-dropdowns package.
The following example shows how to set up the DropDownTree component:
- Set
dataItems
,textField
anddataItemKey
prop. - Set
value
,selectField
and handleonChange
event. - Set
expandField
and handleonExpandchange
event.
The DropDownTree is part of the Kendo UI for Vue Dropdowns component library. The procedures for installing, importing, and using the Dropdowns are identical for all components in the package.
Key Features
- Filtering—You can configure the DropDownTree to filter the results locally or on the server.
- Custom rendering—You can customize the way the DropDownTree component renders its elements.
- Forms support—You can use the Vue DropDownTree component with HTML form elements or with the Kendo UI for Vue Form component.
- Keyboard navigation—The DropDownTree supports various keyboard shortcuts.
- Accessibility—The DropDownTree is accessible for screen readers and supports WAI-ARIA attributes.