vue-tags-input
vue-tags-input copied to clipboard
A tags input component for VueJS
A great feature would be to show results on focus without input. That way you could show all results and then filter. Currently, the closest way to achieve this is...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.5.10 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.6.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [node-sass](https://github.com/sass/node-sass) from 4.11.0 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@nschonni) Set rejectUnauthorized to true by default (@scott-ut, #3149) Features...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Thank you for this package. Works nice. However, I am concerned about malicious users somehow inputting some deceptive code in the tags. Does anyone have an example of how they...
Hi! I was debugging a project today that used this library and stumbled across this line in our Source Map. `file:C:/Users/johan/dev/vue-tags-input/vue-tags-input/C:/Users/johan/dev/vue-tags-input/vue-tags-input/C:/Users/johan/dev/vue-tags-input/vue-tags-input/C:/Users/johan/dev/vue-tags-input/vue-tags-input` I'm guessing that's an unexpected behaviour — And also...
maxlength works if i input content manually, but doesn't work for paste content. for example, if i set maxlength=5, the separator is comma and the paste content is : 123,098...
PR #1 fully stops the submit event. It would be nice if it could have fire the submit event on `keydown.enter` while the input field is empty. (Or perhaps have...