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. |
Avoiding PopUp | It populates the filtered in a list view instead of showing a drop down list. |
Diacritics Sense | It demonstrates the ability to sense diacritics in languages and providing filtered list. |
Perfomance | It demonstrates the performance of autocomplete with more than 10000 items. |
Header Customization | It demonstrates the customization support provided for header and footer in drop down view. |