Jquery autocomplete issue

Jquery autocomplete issue

Hello All,

I was implementing jquery autocomplete in which I added the autocomplete functionality to an input and the suggestions that I get I append them to an another div. Everything was working fine till then. Now I have used tinyscrollbar to replace the default scrollbar but whenever i try to scroll using the scrollbar the options get hidden.
After debugging I found out that autocomplete close was getting called after blur event on the input field. But I was not able to fix the probelem yet . Any help would be highly appreciated ....