I am building an application and have a page with a bunch of select boxes where the user must set different options...
How do i show all the options that are available when the user tabs into the box? Currently i can tab into the box and start typing and it will search through the options, but it does not show the available ones.
Is there a javascript solution for this? I am using firefox.
Any help would be appreciated.