Search - scroll-to-item() in selection lis

cbrandon63

New Member
I have a search list. Users would like to be able to search for an item (or partial item) and have the selection list reposition to the first item in the list that matches the search.

example: List = Fred, Bob, George, Tom, Tim
user types a "G" - list positions to George
user types "To" - list positions to Tom

Anyone have code example of how to do this?

Thanx
 
We tend to display selection lists as browsers formatted to look like selection lists as you have a lot more control over a browser.
 
Back
Top