wffranco / vue-strap

Bootstrap components built with Vue.js
http://wffranco.github.io/vue-strap/
MIT License
338 stars 133 forks source link

v-select on an array of objects #175

Open giovannigenna opened 6 years ago

giovannigenna commented 6 years ago

Hi, I have a trouble with v-select: When I use it on an array of object it doesn't update it value. I use it in a v-for="obj in array" ..... <v-select v-model="obj.myval" ....>

The "array" value is updated, but the value in v-select no.

Any idea to fix it ?

Thanks Gio