vue-tags-input
vue-tags-input copied to clipboard
A tags input component for VueJS
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:  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...
Hi, the icon use to be a small cross but now i just got as white square :  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? ...
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...