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

Hi, I have discovered another accessibility issue. It's a very small one. Every input should always have an appropriate label. A simple fix would be to add `aria-label="enter new tag"`...

Sorry if I missed it in the docs, but is there a way to receive the input field's keydown event? I'd like to stop it propagating.

After entering text to display autocomplete options in the dropdown list, if I tab away from the textbox to a different form control the autocomplete list stays visible. Any subsequent...

Hello everybody, I got a strange problem: I am using this input: ``` ``` This is `tags-input` class: ``` .tags-input { max-width: 100% !important; .new-tag-input, .tag { font-size: 16px; font-family:...

example line of code: ------------------------- current: update(newUsers) { console.log ('newUsers: ', newUsers) this.autocompleteItems = []; this.users = newUsers; }, ------------------------------- want: update(newUsers, value) { console.log ('newUsers: ', newUsers) this.autocompleteItems =...

Hello, Looks like an amazing piece of software. Can one adapt the code to support synonyms for suggesting keywords? Example selectedTags: [ 'big', 'small' ] list of synonyms: big =...

Hi Thanks for this component. But i have an issue customizing the prop as it is now {text:}. Is there any way to change the text to something like {name:}?...

Hello JohMun. Thanks for a nice component. I'm interested using this component with vuelidate. What would be the best way to join this two components together? I know that vue-tags-input...

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.7 and updates ancestor dependency [http-server](https://github.com/http-party/http-server). These dependencies need to be updated together. Updates `minimist` from 0.0.10 to 1.2.7 Changelog Sourced from minimist's changelog. v1.2.7 - 2022-10-10...

dependencies

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [json5](https://github.com/json5/json5), [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) and [testcafe](https://github.com/DevExpress/testcafe). These dependencies need to be updated together. Updates `json5` from 2.1.0 to 2.2.3 Release notes Sourced from...

dependencies