// 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"