Overview
20 Feb 20171 minute to read
The Essential JavaScript Mobile Autocomplete widget is a textbox control that provides a list of suggestions based on a user’s query. When you enter a text in the textbox, the control performs a search operation and provides a list of results. There are several filter types available to perform the search.
Key features
-
Data binding: Supports Data binding with JSON data and remote data.
-
Auto fill: Allows the control to automatically select the first suggested item.
-
Multi value support: Auto complete supports multiple values.
-
Filter Types: Supports various search filters with case sensitivity.