Features
- Single / multiple select
- Dropdowns
- Searchable
- Tagging
- Server-side rendering support
- Vuex support by default
- Ajax support
- Fully configurable
How to use
Package install:
npm install vue-multiselect --save
import Multiselect from 'vue-multiselect'
Register:
Vue.component('multiselect', Multiselect)
<multiselect v-model="value" :options="options"></multiselect>