multiselect icon indicating copy to clipboard operation
multiselect copied to clipboard

Dynamic v-model in tags input - Vue 3

Open ruWebdev opened this issue 2 years ago • 0 comments

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.

ruWebdev avatar Oct 06 '23 13:10 ruWebdev