Honatas / bootstrap-4-autocomplete

A simple autocomplete/typeahead for Bootstrap 4 and jQuery
MIT License
56 stars 31 forks source link

Show autocomplete list at typed order #31

Open wivsonmachado opened 2 years ago

wivsonmachado commented 2 years ago

How can I show autocomplete list just for typed characters in order?

If I have, src = ["name":"foo", "name":"boo", "name":"off", "name":"ok"] treshold: 1 and I typed: "O"

output is: foo, boo, off, ok

I needed output just: off, ok