darrenjennings / vue-autosuggest

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

Force user to select only provided suggestions #163

Closed daveeverson closed 4 years ago

daveeverson commented 4 years ago

Problem description: I want to limit the user to only selecting a suggestion from the provided suggestions.
Currently, the user can also enter any value in the text box and proceed. What's the recommended approach to addressing this use case?

darrenjennings commented 4 years ago

are you trying to prevent them from clicking on certain suggestions? Or are you forcing them to only type characters that are in the "approved" suggestions?

darrenjennings commented 4 years ago

Closing due to inactivity.