Getting Started with Kendo UI for Angular AutoComplete
The AutoComplete is a form component that provides suggestions depending on the typed text.
It is a richer version of the <input>
element and supports data binding, filtering, and templates.
Basic Usage
The following example demonstrates the AutoComplete in action.
Functionality and Features
- Data binding
- Value binding
- Filtering
- Grouping
- Virtualization
- Disabled items
- Suggestions
- Templates
- Forms support
- Globalization
- Keyboard navigation
- Accessibility
Events
The following example demonstrates basic AutoComplete events.