Autocomplete on demo page returns incorrect results
scf37 opened this issue · 5 comments
scf37 commented
https://goodies.pixabay.com/javascript/auto-complete/demo.html
type "sca"
expected: Scala
actual: 14 results: ActionScript, AppleScript, Asp ..... Scala, Scheme, SQL
gomestai commented
It seems OK in my browser maybe it get fixed
blokhin commented
What is the browser? Version? OS? Version of library?
enomado commented
probably you're looking for this https://github.com/tremby/JavaScript-autoComplete/commit/616f2abb21204f38bb2dd69d7e7f94db77296736
scf37 commented
I can't reproduce it anymore.
enomado commented
Nevertheless, problem is actual.
Steps to reproduce:
- start typing
sc
to begin request - then fast type
a
you get values fromsc
on keysca
.
Commit in fork i've mentioned already fixes the problem.