I have a dropdownlist with around 15,000 items, which can be quite irritating for a user to select the right item.
So, I put in ListSearch to facilitate the selection process, but now I'm noticing that there's about 5 second delay from the moment I start typing the first few characters of the item and the time I actually see the typed characters below my dropdownlist. And 5 seconds is way too long of a delay!!
When I tried the same ListSearch on a dropdownlist with a fewer number of items (say...about 100), then it worked instantaneously.
Has anyone seen similar problem? And how can I make ListSearch work faster?
Thanks.