list scroll and select
list scroll and select
I have a input text control and am using it as a search box similar to google.So if you type a letter it brings back a list of word related to that search using jquery.My issue is when i scroll thorugh the list using my up and down keyboard button i want the selected word from the list to be shown in the input textbox.(-as you arrow down search term, put term into search box )
the dropdown is a <li><a></a></li> collection.
Appreciate all your help