vue-tags-input
vue-tags-input copied to clipboard
A tags input component for VueJS
Bumps [moment](https://github.com/moment/moment) from 2.23.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
And also minor improvments, like closing autocompletion on click inside tags
When I load a form with prefilled tags and only delete a tag that already exists, the form is not updated properly, so the same tags (including the deleted ones)...
As soon as I install this package I got this error `Cannot read property 'update:tags' of undefined`
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
Adds v-show to only display input field while maxTags prop is greater than the tags array length
The Nuxt usage instructions are outdated and cause errors and warning. This has been tested with `Nuxt 2.15.8` and `Vue 2.6.14` 1. Install with yarn `yarn add @johmun/vue-tags-input` 2. Create...
Situation: Assume that the user just has the mouse on the screen but is not using it. The user tries to add a tag that has at least one autocompletion...
Hi, How can I changed ``` [ { "text":"hello", "tiClasses":[ "ti-valid" ] }, { "text":"next", "tiClasses":[ "ti-valid" ] } ] ``` To: ``` [ { "name":"hello" }, { "name":"next" }...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.4 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...