mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2025-01-24 07:38:35 +00:00
63b5d6e3a2
if you click and hold (without releasing mouse), the dropdown will still blur/hide. This is because the order of events goes mousedown -> blur -> mouseup -> click So basically you must click "quickly" or lose the menu