Getting Started with Kendo UI for Vue ComboBox
The Kendo UI for Vue ComboBox is a form component that lets you choose a single predefined value from a list and is a richer version of the <select>
element and supports filtering, virtualization, and entering of custom values.
The Kendo UI for Vue ComboBox component is part of the Kendo UI for Vue library of UI components. It is distributed through NPM under the kendo-vue-dropdowns package.
Basic Usage
The following example demonstrates the ComboBox in action.
Functionality and Features
- Data and value binding
- Custom values
- Filtering
- Suggestions
- Appearance
- Custom rendering
- Virtualization
- Floating labels
- Forms support
- Common scenarios
- Globalization
- Keyboard navigation
- Accessibility