Searchable dropdown that shows all the elements if no string is entered.

Searchable dropdown that shows all the elements if no string is entered.

Hi,

I need a dropdown that supports search. I have looked at a number of jquery plug-ins, including quickselect (http://plugins.jquery.com/project/quickselect).
It works great, but it will show no elements, if the string entered is null. I want to display all the elements when the user clicks on the dropdown and then filter the elements as user enters the string.

I was wondering if anyone has written a plugin for this?
Any code snippets/suggestions are also welcome.

Thank You