vue-tags-input
vue-tags-input copied to clipboard
A tags input component for VueJS
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...
 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...