Select A Selectize wrapper for VueJS Jul 13, 2018 1 min read vue2-selectize A Selectize wrapper for VueJS 2. View demo Download Source Prerequisites jQuery >= 1.7.0 Installation npm install --save jquery vue2-selectize Js Usage <selectize v-model="selected" :settings="settings"> <!-- settings is optional --> <option :value="1">One</option> <option :value="2">Two</option> </selectize> HTML import Selectize from 'vue2-selectize' export default { components: { Selectize }, data() { return { settings: {}, // https://github.com/selectize/selectize.js/blob/master/docs/usage.md selected: 1 } } } Js // Include your preferred theme in your main SASS file (or your component's <style lang="scss"/> section). @import "~selectize/dist/css/selectize.bootstrap3.css"; Sass (Scss) GitHub rhyek/vue2-selectize?? — Read MoreDownload as zip Select
Select A flexible & modern select-input control for Vue 3 The Vue3-Select-Component offers a comprehensive solution for creating select controls in Vue 3 applications. 13 February 2024
Select Vue 3 select option to select an object from a list or an array Vue 3 select option to select an object from a list or an array 22 June 2023
Select Vue3 phone prefix select component with country name and emoji flag Vue3 phone prefix select component with country name and emoji flag 01 May 2023