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

Fixes #82 by calling `performBlur` when `@blur` event is triggered. Backwards compatible as the previous `$emit('blur')` is also called.

when i start typing it would be nice to have the first matching item always selected. So when I press enter I will select from my existing items instead of...

When I add tags I press enter, but when the input is empty I want to finish adding tags. Currenlty I cannot do that because handle the Enter key outside...

Hey guys, I'm using this component in order to add zipcodes for a specific city.. so I'm looping through an array of cities with includes a nested array of zipcodes.....

Is there a way that an autocomplete entry can set or extend the class of a tag? I have tried ```js this.autocompleteItems = response.data.map(a => { console.log(a.tag_type+"-tag"); return { text:...

There are quite a few libs out there providing similar functionality. I chose this one because: 1. It looks great. 2. It has relatively good documentation with an external website....

Placeholder not hiding even after adding tags. I understand it can be achieved with the computed property. But per document, it should disappear after adding tag

Maybe it will be cool if you guys create props like **focusFirst**. If **true** first item in the result list will always stay selected. Type: Boolean Default: **true**

Can't reproduce it on your demo, but in my app if I select a suggestion with the mouse vue-tags-input losses focus (focused: false in component data) although I see it...

Are you considering to use !default for your scss files? https://thoughtbot.com/blog/sass-default