V Select On Change

[Solved] V Select On Change | Vb - Code Explorer | yomemimo.com
Question : v-select on change

Answered by : shovi

// If 'v-on:change' doesnt work try using 'v-on:input'
// on change example
v-on:change="yourFunction"
// on input example
v-on:input="yourFunction"

Source : https://stackoverflow.com/questions/50073919/vuetify-v-select-onchange-event-returns-previously-selected-value-instead-of-cur/50074263 | Last Update : Mon, 02 Aug 21

Answers related to v select on change

Code Explorer Popular Question For Vb