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

# Why? - The browser can autofill the input field with non-relevant suggestions (e.g. an address suggestion). ![Peek 05-05-2020 17-00](https://user-images.githubusercontent.com/2291704/81081228-f2345580-8ef1-11ea-9341-f9ace3001479.gif) - On a mobile device, the default keyboard is displayed...

It seems to me that once the tags length is equal to the maxTags prop, the input should no longer be shown. It gives the user the false sense that...

As the classes of Themify Icons are prepended with `ti-`, if you are using Themify and Vue Tags Input together, then the style inside the Vue Tags Input component is...

I use the custom dropdown as a suggestion. Is there any way to add a tag programmatically?

We're unable to use `add-on-blur`. I can see method inside the `js` files and but `input` element is using just `emit`. It should call to `blurred` function.

Requesting some variable to allow autofocus on load or focus on command. This would be good for accessibility. Something like ` `

enhancement

Hi, First of all, thank you for this component. It works great and I love using it. I acutally use it for user to enter multiple emails in an input,...

enhancement

With this prop`add-on-key="[13,9]"` I can add tags from my autocomplete dropdown with a tab press. The behavior itself works as expected, I can arrow-down to an item or mouse hover...

How do I customize the tags with my colors? I overwrote css in my component, but it didn't work

Hi @JohMun , can you help with keypress event with the event as param from the input box. Thanks.