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

A tags input component for VueJS

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

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...

dependencies

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...

dependencies

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...

dependencies

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...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cached-path-relative&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=1.1.0)](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...

dependencies

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...