The SfAutoComplete control filters and provides suggestion to choose from a list based on the typed text. Suggestions are provided as text appended to the original text or displayed in a drop-down list.
The following samples are available for autocomplete to demonstrate the functionalities of each feature.
| Sample | Description |
|---|---|
| Getting Started | It demonstrates the basic functionalities of autocomplete, the filtering pattern, customizing dropdown height and providing delay to display the dropdown list |
| Multiple Selection | It demonstrates the feature of multi selection in AutoComplete. Here, multi selection in token representation has been demonstrated. |
| Tolerating Typos | It shows the custom filtering ability to get suggestions even if the typed text has typographical errors. |
| Diacritics Sense | It demonstrates the ability to sense diacritics in languages and providing filtered list. |