I'm trying to use the Autosuggest implementation shown in (
http://www.webreference.com/programm.../example2.html). I am dynamically populating the autosuggestion data from a database column. This part works perfectly fine.
I have large data to show up in suggestions. I added a scrollbar to the DIV (by using overflow:auto). However when I click on the scrollbar, the suggestion list disappears. The click on the Scrollbar is taken as a onBlur event and hence suggestion list gets hidden, scrolling doesn't work.
Please suggest me a workaround for this problem.