darrenjennings / vue-autosuggest

🔍 Vue autosuggest component.
https://darrenjennings.github.io/vue-autosuggest
MIT License
621 stars 91 forks source link

Show all suggestion on click input and filter #218

Open quevlu opened 2 years ago

quevlu commented 2 years ago

Hello,

I've been trying to show all the suggestions that I have in my options when I click the autosuggest, but it doesn't work. I've seen some samples but those only work without filtering, however I need the same functionality with filtering.

I've seen the following sample:

https://github.com/darrenjennings/vue-autosuggest/issues/100