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

A tags input component for VueJS

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

In the [autocomplete example](http://www.vue-tags-input.com/#/examples/autocomplete) when replacing the `div` with a `v-card`, then the autocomplete function stops working. Can anyone confirm they have the same problem?

When the autocomplete list contains a large number of items and a scrollbar appears, the keyboard navigation within the list does not trigger scrolling, forcing users to manually scroll using...

![Screenshot 2023-06-08 160245](https://github.com/sipec/vue-tags-input/assets/105065201/4c21db9a-aa0e-4fb4-972d-a50b11ea674a) Maybe we can add a flag and perform save on blur in the edit tags. I added an example for my suggestion!

Tag is not editable when using **before-adding-tag**. If use **before-saving-tag**, I can't save it. **:save-on-key** also not working. Nothing happen when i press ',' key. Below is my code: ``...

Hey, ## The Problem I want to apply a tiClass via the ``before-adding-tag`` hook. The array is updated correctly: On the screenshot you can see the input field including the...

Thanks for this library, I found it after it being linked from the other repo as I needed Vue3 support. With the upgrade from Vue2 to Vue3 the slots syntax...

I wonder if you have some kind of first item selected, in a way that just an Enter key selected this first item of a list, like Raycast do when...

As soon as I install this package I got error `Cannot read property 'update:tags' of undefined`

Hi, You did an amazing job porting it to Vue 3. It's working almost perfectly. I've found just a small bug: when I edit a tag, it's using the same...