What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Vue.js Version: 2.5.0
Vue-simple-suggest version: 1.11.1
Browser: [all | Chrome 94.0.4606.81 | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
I'm submitting a ...
What is the current behavior?
<vue-simple-suggest v-model="chosen" display-attribute="name" value-attribute="id" :filter-by-query="true" :filter="customFilter" :list="getSuggestionList" :debounce=10 autofocus
I have a method called customFilter but it is never called. I could not find an example of using
:filter
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?
Please tell us about your environment: