jQuery-Autocomplete icon indicating copy to clipboard operation
jQuery-Autocomplete copied to clipboard

Increase timeout for blurTimeout

Open boldtrn opened this issue 4 years ago • 1 comments

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.

boldtrn avatar Dec 29 '20 17:12 boldtrn

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?

bjammin avatar Oct 13 '22 00:10 bjammin