[jQuery] [Autocomplete] Double Results

[jQuery] [Autocomplete] Double Results


Hi guys,
I'm having problem with autocomplete.
I dynamically create new textboxes and attach autocomplete to it.
And I'm getting following problem:
1. I enter some text into first textbox A,
2. Popup A-P appears
3. I select value in the popup.
4. I enter some text into second textbox B
5. Popup B-P appears.
6. When I rpess UP or DOWN while textbox B has focus, both popups are
visible and both respond to pressing UP & DOWN keys.
How can I solve it?
Thank you.