darrenjennings / vue-autosuggest

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

Inputting a number returns no results #221

Open daydevelops opened 2 years ago

daydevelops commented 2 years ago

When trying to search for a suggestion based on a number, no results are returned. For example, I have suggestions such as:

Typing "1" in the input should return "foobar1" but no results are shown.