Vue.js

Using Vue-multiselect

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>

Documentation

https://vue-multiselect.js.org/

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *