im trying to implement the autocomplete in my asp.net website
everything seems OK, except for 1 problem
the select event fires only when i use "enter" on the keyboard.
selecting an item with the mouse does not trigger the "select"
this problem occurs only when selecting a non-ASCII text from the list
standard English text is OK either way
any ideas?
EDIT: after some more testing, this seems unpredictable, some times both ways work, other times only one. i cant say for sure its related to the Unicode text.