devbridge / jQuery-Autocomplete

Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields
https://www.devbridge.com/sourcery/components/jquery-autocomplete/
Other
3.56k stars 1.66k forks source link

Increase timeout for blurTimeout #811

Open boldtrn opened 3 years ago

boldtrn commented 3 years ago

Fixes #809. If someone is a "slow clicker" it can happen that the autocomplete selection is closed instead of triggering the click event. You can try this when holding the left mouse button for a short time, this increases the timeout a bit to make it more likely that the click event is triggered.

bjammin commented 2 years ago

Thanks for the fix.

However is there anyway the blur function could be aware of the target of the click, and not hide the autocomplete if it is the target?