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'm using @voerro/vue-tagsinput version 2.7.1 for my Vue 3 project
I'm trying to use delete-on-backspace but it not work. Then I try to read source code and realize there an BREAKING CHANGE in code in file /src/VoerroTagsInput.vue line 38 "@keydown.8="removeLastTag"" - This is not support on Vue 3 anymore
I hope you fix this soon then I can use it in my project
Thanks you
The text was updated successfully, but these errors were encountered:
I'm using @voerro/vue-tagsinput version 2.7.1 for my Vue 3 project
I'm trying to use delete-on-backspace but it not work. Then I try to read source code and realize there an BREAKING CHANGE in code in file /src/VoerroTagsInput.vue line 38 "@keydown.8="removeLastTag"" - This is not support on Vue 3 anymore
I hope you fix this soon then I can use it in my project
Thanks you
The text was updated successfully, but these errors were encountered: