Top "V-select" questions

How to call a function on selection change in v-select?

I am currently working on Vuetify, trying to call a method in Vue.js from v-select using HTML. But the @…

javascript html vue.js vuetify.js v-select
Vuetify: How to specify the background-color of a selected item in v-select component

I have a v-select widget (combobox / select) in a Vue application. When I open it and hover over an option, …

background-color vuetify.js selected v-select
Vuetify - how to easily access v-select item-text value?

I was wondering how I could easily access the item-text value of a v-select when items have been bound to …

vue.js vuetify.js v-select
how to pass value in v-select in vue

i m new to vue (version 2.5) in my project i had install v-select i go through document and got confuse …

vue.js v-select
vue.js v-select default value

I want to make a default value of the select option using vue.js here is my code <v-select …

vue.js vuejs2 v-select
vuetify v-select with multiple options - getting selected/deselected option

I'm using Vuetify and its v-select component with multiple option enabled to allow selecting multiple options. These options represent talent(…

javascript vuejs2 vue-component vuetify.js v-select
Get value of clicked item in Vuetify multiple select component

I have the following v-select in my code: <v-select v-if='d.length' v-model='ci' :items='d' item-text='value.name' …

vue.js vuetify.js v-select
Vuetify 2.1 V-Select reset or clear selection after change

i have to fix a vuetify custom component that extends from Vue Class and includes a V-Select component. The dropdown …

vuetify.js v-select