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.
Hello!
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.
How can I do the trick?
I am using Vue 3. Thanks in advance.