JSControlsTags.Autocomplete usecase
JSControlsTags.Autocomplete
 
Stop selection :
Optionnal parameters
Max items to displayed into the list. If number of items found is more greater than maxItems, scrollbar appears on left of the list.
Whether to ignore case when autocompleting. Defaults to true.
Search anywhere in autocomplete array strings.
new Array()
Frequency to launch search when user type a character.
Minimum number of characters needed before autocomplete is executed.