Reputation: 12224
I have a drop down box that has worked until now. New data in our system means that having a drop down box on a particular screen is no longer feasible, because it would contain tens or hundreds of thousands of values.
I still need to have just one value selected by the user. Is there a better control I can use for this? Such as something that would allow the user to reduce the potential dataset by typing the first few characters?
Upvotes: 1
Views: 1148
Reputation: 1679
This is a really good one: http://harvesthq.github.com/chosen/
However, it can be a bit inflexible sometimes. I wrote an xa.js fork of it from scratch at: https://github.com/skippychalmers/xa-chosen
Upvotes: 0
Reputation: 47635
I think one of the last yayQuery podcasts mentioned a website that had a listbox that was populated as the user scrolled through it.
Upvotes: 1
Reputation: 436
You could use a plugin like FCBKcomplete. It generates a Facebook like search option.
Upvotes: 2