How to identity suggest box within the method getSuggestionList while developing Async? #294
Open
1 of 7 tasks
Labels
support
The issue is a support request
I'm submitting a ...
What is the current behavior?
If we want to implement Async suggest how can we pass function parameter for getSuggestionList when deal with multiple suggest boxes on same page? I need to pass param so that based on the param I can call my respective API to populate the results.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
What is the expected behavior?
How are you importing Vue-simple-suggest?
import VueSimpleSuggest from 'vue-simple-suggest/lib'
)import VueSimpleSuggest from 'vue-simple-suggest'
)import VueSimpleSuggest from 'vue-simple-suggest/dist/es7'
)import VueSimpleSuggest from 'vue-simple-suggest'
)const VueSimpleSuggest = require('vue-simple-suggest')
)<script type="text/javascript" src="https://unpkg.com/vue-simple-suggest"></script>
)What is the motivation / use case for changing the behavior?
Enhance the capability while have multiple suggest box on same page.
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: