NodeGroup2 / autocomplete-project

An autocomplete app
https://nodetojoy-autocomplete.herokuapp.com/
MIT License
0 stars 2 forks source link

The suggestions from the previous key stroke do not get updated #37

Closed msachi closed 7 years ago

msachi commented 7 years ago

e.g. when you write 'beaut' it will still show 'before' as a suggestion, because there are only 3 actual matches for 'beaut'

msachi commented 7 years ago

Similarly, some words show up more than once on the list. I think this is again because of the 'stale' results from previous keystrokes.