syncfusion-angular-autocomplete
Installation
SKILL.md
Implementing Syncfusion Angular AutoComplete Component
Component Overview & Architecture
The AutoComplete is a text input component that provides matching suggestions as the user types. It is designed for:
- Type-ahead suggestions — shows matching items from a data source as the user types
- Free-form input — users can type any value, not restricted to the list
- Search/filter — multiple filter strategies (StartsWith, Contains, EndsWith)
- Autofill — automatically completes the first matched suggestion in the input
- Grouped suggestions — categorize items by a
groupByfield - Virtual scrolling — efficiently handles thousands of items
- Template customization — item, group, header, footer, and empty-state templates