You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: