vueform / multiselect

Vue 3 multiselect component with single select, multiselect and tagging options (+Tailwind CSS support).
https://vueform.com
MIT License
807 stars 150 forks source link

Dynamic v-model in tags input - Vue 3 #366

Open ruWebdev opened 1 year ago

ruWebdev commented 1 year ago

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.