-
Notifications
You must be signed in to change notification settings - Fork 74
Description
I'm submitting a ...
- bug report
- feature request
- support request
What is the current behavior?
When I look at the demo, it looks like when I set it to select
mode and type in a short word like "Test" and select the suggestion for the word "Test", it performs the search again right after I select an option with the new value as the query
, and shows a new list of suggestions.
Is there any way to prevent that additional search upon selecting a suggestion?
What is the expected behavior?
When I click a suggestion in select
mode, I'd like it to just accept "Test" as the value I want and not initiate another search. If the selected value returns search results, this can cause the suggestions list to show up right after selecting an option, which is not the behavior I'm expecting.
How are you importing Vue-simple-suggest?
Whatever was used to build the demo.
Please tell us about your environment:
Whatever was used to build the demo.
- Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
If you require additional info, just let me know and I'll provide it.
Thank you for making this plugin, it looks really useful!