-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I'm submitting a ...
- bug report
- feature request
- support request
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?
- ESNext (original code, single-file .vue component, css included) (
import VueSimpleSuggest from 'vue-simple-suggest/lib') - ES6 (
import VueSimpleSuggest from 'vue-simple-suggest') - ES7 and above (
import VueSimpleSuggest from 'vue-simple-suggest/dist/es7') - Bundled version (
import VueSimpleSuggest from 'vue-simple-suggest') - CommonJS (
const VueSimpleSuggest = require('vue-simple-suggest')) - UMD Component (
<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:
- 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 ]
- Language: [all | TypeScript X.X | ES6/7 | ES5 | Dart]
- Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request