vue-tags-input icon indicating copy to clipboard operation
vue-tags-input copied to clipboard

A tags input component for VueJS

Results 99 vue-tags-input issues
Sort by recently updated
recently updated
newest added

Demo here: https://codepen.io/anon/pen/gJEorL When I try to add the tag by clicking on autocomplete element 'before-adding-tag' event bubbles only if v-model is not empty. Try to click on the input...

Digging through the sources, we noticed a busted source map reference: ![image](https://user-images.githubusercontent.com/2586937/88414734-2ea97c00-cd92-11ea-9f2c-070a3616c9e6.png) Looks like it's pointing a dev's local instead of the node_modules dir.

is there any way to style span element ? like changing it's color or font or any way to pass class attribute ?

Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...

dependencies

Hi, the icon use to be a small cross but now i just got as white square : ![tag](https://user-images.githubusercontent.com/39117335/52960233-a3f07080-3398-11e9-91ab-1258faee2003.png) here's my code : ` ` here's what i get in...

I need to know how could i translate each string in english of this plugin. I mean, i want to change "Add Tag" default string value to "Agregar etiqueta" for...

When I edit the text in the tag and click to remove focus, the changes are reset. Can I save them instead?

What is the best way to set your input to bootstrap's style? Setting the class to "form-control" got the input looking funky as you can imagine. 😁 https://getbootstrap.com/docs/4.0/components/forms/#form-controls

Hi, is there an easier way to hide the 'x' button inside the tag if we set the `vue-tags-input` element to readonly? ![Screen Shot 2020-10-06 at 4 36 16 PM](https://user-images.githubusercontent.com/1034742/95178707-54231f00-07f2-11eb-85ba-d0dc9df10822.png)...

I am using this package with a tag input, pulling the list of tags from an external api and everything is working well, except this issue. I can't figure out...