[Vuejs]-Setting value in Vue.js select gives `undefined` value

0👍

Solution is simple: https://github.com/vuejs/vue/issues/4524

v-model on <select> sets the value to undefined if the <select> is lacking the matching <option>

Leave a comment