wuyuntao / jquery-autosuggest

A fork of AutoSuggest jQuery plugin writtern by Drew Wilson.
http://github.com/wuyuntao/jquery-autosuggest
118 stars 59 forks source link

Check for repeating elements #35

Open Blackening999 opened 10 years ago

Blackening999 commented 10 years ago

Before this fix, it's possible to see repeating results in suggesting box

knalli commented 10 years ago

What do you mean? The server responding a suggestion multiple times?

Blackening999 commented 10 years ago

No Example: 1) Type first keys to search something 2) Choose one from suggested box 3) You have selected 1 element 4) Type the same keys 5) Notice that you are able to select the same element second time (which shouldn't be in case unless it was built on purpose :) )

knalli commented 10 years ago

Ah, okay. Well, if you do not want to wait, there are some forks already available. Ours one is here https://github.com/hlsolutions/jquery-autosuggest which have such a feature already (match mode on a search property)

Blackening999 commented 10 years ago

WoW! Interesting, however I made a lot of changes in the plugin's core and I can't switch to your version :( But it might be useful in future - thanks!