I am trying to find a way for the users to see the expanded drop down list options without using their mouse to click on the down-arrow.
I am able to add script to the "enter" event so when user key-broad-tabbed into the drop down field, the first items of the list shows up:
dropdown1.selectedIndex = 0
However, it would be nice if at the same time, they can also see the rest of the options within the drop down expanded.
Any help/hints would be appreciated
Thanks in advance
p