TextboxList meets Autocompletion
It works by caching all the results from a JSON Request and feeding them to the autocompleter object. When a item is added as a box, it's removed from the feed array, and when the box is disposed it's added back, so that it becomes available in the list when the user types.










Comments