Getting Started with Kendo UI for Angular ComboBox
The ComboBox is a form component that lets you choose from a list of options.
It is a richer version of the <select>
element and supports data binding, filtering, templates, and the entering of custom values.
Basic Usage
The following example demonstrates the ComboBox in action.
Functionality and Features
- Data binding
- Value binding
- Custom values
- Filtering
- Grouping
- Virtualization
- Disabled items
- Suggestions
- Templates
- Forms support
- Cascading ComboBoxes
- Globalization
- Keyboard navigation
- Accessibility
Events
The following example demonstrates basic ComboBox events.