vue-tags-input
vue-tags-input copied to clipboard
A tags input component for VueJS
When you try to add a space as a tag nothing happends. I would like to add spaces between my tags. Is there a way to allow a single space...
Helloo! This is an awesome component. Thank you for creating and sharing it. The documentation is also on point. I'm not sure if this being worked on, but it would...
Hi, I'm using this component and it is great, thanks! I want to add arrow key event to the tags input, in order to focus on previous and next tag...
It doesn't have types.
I think that would be nice to have global configuration with for example classes like here https://github.com/Akryum/v-tooltip In our project we have css-modules with generating class so I would prefer...
Case: - trigger an autocomplete list, which is long enough to become scrollable - navigate through it with arrow-keys - upon reaching an autocomplete item which lies outside of the...
please, Can you update docs?, no-ssr is deprecated. For more details [http://www.vue-tags-input.com/#/examples/nuxt](http://www.vue-tags-input.com/#/examples/nuxt) Regards.
This is what my property setup looks like ``` ``` When I select an item from the auto-complete list it calls "processTag()" ONCE. However if I start typing in a...
If you have really long text in the input box in a form, text overflow the input box and impedes with other elements of the form. Can the text be...
I'm a bit confused by the documentation and how I could use the before-adding-tag event to generate a new tag with empty id. Here is my current tags array: `...