Autocomplete - Preventing 'focus' changing value of input field
Hi,
I am attaching autocomplete to an input field with id of 'member_search'.
I would like to change the default behaviour so that the value of the input field ONLY changes when an item is selected in the select list and not whenever the focus changes within the list.
How might this be achieved?
I am using JQuery 1.5 and JQuery-UI 1.8.9
Thanks!