Skip to content
This repository has been archived by the owner on May 25, 2018. It is now read-only.

Select Multiple #529

Open
jonathanjd opened this issue Jan 28, 2018 · 0 comments
Open

Select Multiple #529

jonathanjd opened this issue Jan 28, 2018 · 0 comments

Comments

@jonathanjd
Copy link

jonathanjd commented Jan 28, 2018

<v-select :value.sync="select.value" :options="select.options" options-value="val" multiple name="animals[]"></v-select>

data(){ return { select: { value: [], options: [ {val: 0, label: 'Cat'}, {val: 1, label: 'Cow'}, {val: 2, label: 'Dog'}, {val: 3, label: 'Elephant'}, {val: 4, label: 'Fish'}, {val: 5, label: 'Lion'}, {val: 6, label: 'Tiger'}, {val: 7, label: 'Turtle'} ] }, } }

Error compiling template:
use <div :id="val">
invalid expression: Unexpected identifier in
options | filterBy searchValue
Raw expression: v-for="option in options | filterBy searchValue"

Help me please. =(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant