Pixabay/JavaScript-autoComplete

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

It seems OK in my browser maybe it get fixed

What is the browser? Version? OS? Version of library?

scf37 commented

I can't reproduce it anymore.

Nevertheless, problem is actual.
Steps to reproduce:

  1. start typing sc to begin request
  2. then fast type a
    you get values from sc on key sca.

Commit in fork i've mentioned already fixes the problem.