TIWCGJQMListViewOptions.Autocomplete Property
The Autocomplete feature makes is easy to build a simple autocomplete with local data. When a filterable list has the Autocomplete="true", it will auto-hide all the list items when the search field is blank. The filterPlaceholder property can be added to specify the placeholder text for the filter. If you need to search against a long list of values, we provide a way to create a filter with a remote data source ( property RemoteSource)
published property Autocomplete: boolean index 13 read GetBooleanValue write SetBooleanValue stored IsBooleanStored;
Property Value
Type: boolean