w3shaman / jquery-coolautosuggest

JQuery Plugin for AJAX auto-suggest or auto-complete with many options like thumbnail picture.
GNU General Public License v2.0
8 stars 5 forks source link

Selected but not clicked #4

Open coax opened 6 years ago

coax commented 6 years ago

Hello, I appreciate the fact you updated the script even though there are a few of us using it. I prefer this autosuggest because it's simple and lightweight.

I have an issue with version 2.4.0, let me explain:

  1. start typing
  2. dropdown populates with results
  3. hover mouse over some results but don't click on any
  4. click outside the dropdown
  5. autosuggest will select last hovered result

This is not intented behavior, any way to fix it?

w3shaman commented 6 years ago

Hey, just updated the script on testing branch here: https://github.com/w3shaman/jquery-coolautosuggest/tree/testing. It will be updated to master when it's ready.

jkroonza commented 2 months ago

I think you may merge that testing into master now :). This just had me chasing my tail for an hour or so.