How do I show the nearby results when typing a search?
If I have a list of 1, 2, 3, 4, 5 in that order in the combo box. If I type 3 in the box it only shows me 3 as an option, but I would like it to select 3 and but show 1, 2 above it and 4, 5 below it. This will help me because my list is about 1000 items long. After I select the item and the page posts back showin my results the item selected is showing in the list, but I need to click there and change to different item in the drop down. Right now I have to delete what is in the list by selecting and delete and then it shows all the items. I would like to just be able to drop down and scroll to the next item.
If I have a list of 1, 2, 3, 4, 5 in that order in the combo box. If I type 3 in the box it only shows me 3 as an option, but I would like it to select 3 and but show 1, 2 above it and 4, 5 below it. This will help me because my list is about 1000 items long. After I select the item and the page posts back showin my results the item selected is showing in the list, but I need to click there and change to different item in the drop down. Right now I have to delete what is in the list by selecting and delete and then it shows all the items. I would like to just be able to drop down and scroll to the next item.