[jQuery] [autocomplete] Autocomplete selection with mouse causes blur while with keyboard doesn't
I intend to use the blur function when a selection is not made to
clear some hidden field values.
And the result function to set/update those hidden fields when a
selection is made.
With the mouse selection, as both blur and result are triggered
simultaneously, a race condition occurs. This problem doesn't exist
with the keyboard selection.
Any solutions?
Thanks in advance.