Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delete-on-backspace props does not work with Backspace #156

Open
marshmary opened this issue Dec 19, 2021 · 1 comment
Open

delete-on-backspace props does not work with Backspace #156

marshmary opened this issue Dec 19, 2021 · 1 comment

Comments

@marshmary
Copy link

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

@nor1c
Copy link

nor1c commented Aug 4, 2022

I've fixed this, use this instead

$ yarn add https://github.com/nor1c/vue-tagsinput

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants