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

Select Multiple #529

@jonathanjd

Description

@jonathanjd

<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. =(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions