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?
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?
vue-autosuggest
version: 2.0.4node
version: v12.12.0npm
(oryarn
) version: 6.12.1Problem 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?