vue-tagsinput icon indicating copy to clipboard operation
vue-tagsinput copied to clipboard

Vue3 update!

Open james090500 opened this issue 2 years ago • 7 comments

Work in progress still!

james090500 avatar Mar 15 '22 13:03 james090500

FYI. Whilst we wait for a merge this can be installed with: npm i @james090500/vue-tagsinput

https://www.npmjs.com/@james090500/vue-tagsinput

james090500 avatar Mar 17 '22 10:03 james090500

As of Jan 2023, this still needs to be installed from npm i https://github.com/james090500/vue-tagsinput ... is that correct?

acirinelli avatar Jan 02 '23 19:01 acirinelli

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.

james090500 avatar Jan 02 '23 19:01 james090500

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!

acirinelli avatar Jan 03 '23 15:01 acirinelli

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?

Xetnus avatar Jan 14 '23 18:01 Xetnus

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

james090500 avatar Jan 14 '23 21:01 james090500

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/

james090500 avatar Jan 14 '23 21:01 james090500