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
I have an issue using dynamic v-model value for tags multiselect.
The problem is that my v-model value can change asynchronously (my values alwas is in array) but selected tags are not updating dynamically as I needed. Options list is always the same.
I have read all possible insdtructions but result is unsuccessful.