2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2025-01-24 07:38:35 +00:00
719media 63b5d6e3a2 fix blurring of menu
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
2017-04-19 14:54:28 -07:00
..
2017-04-19 14:54:28 -07:00