vue-tagsinput
vue-tagsinput copied to clipboard
Vue3 update!
Work in progress still!
FYI. Whilst we wait for a merge this can be installed with:
npm i @james090500/vue-tagsinput
https://www.npmjs.com/@james090500/vue-tagsinput
As of Jan 2023, this still needs to be installed from npm i https://github.com/james090500/vue-tagsinput
... is that correct?
As of Jan 2023, this still needs to be installed from
npm i https://github.com/james090500/vue-tagsinput
... is that correct?
It whats I am using on my site until this is merged.
As of Jan 2023, this still needs to be installed from
npm i https://github.com/james090500/vue-tagsinput
... is that correct?It whats I am using on my site until this is merged.
Great! I have it installed on my project and it is working well. Thank you for putting this together, much appreciated!
Thanks for working on this, James. I'm not sure if I'm doing something wrong, but I can't get delete-on-backspace to work. I have :delete-on-backspace="true"
set, but it's not working on Chromium or Firefox in Ubuntu (haven't tested Windows). Is anyone else getting this bug?
Thanks for working on this, James. I'm not sure if I'm doing something wrong, but I can't get delete-on-backspace to work. I have
:delete-on-backspace="true"
set, but it's not working on Chromium or Firefox in Ubuntu (haven't tested Windows). Is anyone else getting this bug?
Thanks for reporting! this has been fixed. Also released the version on NPM;
https://www.npmjs.com/@james090500/vue-tagsinput
Vue3 update is now on NPM!
You can install with: npm i @james090500/vue-tagsinput
https://www.npmjs.com/package/@james090500/vue-tagsinput
Demo: https://vue-tagsinput.pages.dev/