angular2-tag-input icon indicating copy to clipboard operation
angular2-tag-input copied to clipboard

Tag input component for Angular 2

Results 32 angular2-tag-input issues
Sort by recently updated
recently updated
newest added

Observable_1.Observable.fromEvent is not a function

Installed as it is presented in the Readme.md but when I refresh my page I get this ugly messages : Can't bind to 'addOnBlur' since it isn't a known property...

When using on a Ionic 2 project I get the following error at runtime (on my device) ``` Uncaught Error: Module build failed: Error: ENOENT: no such file or directory,...

Am I only one that is having troubles to select items from dropdown with mouse (click). There is no reaction on hover with mouse, and click doesnt work/add tags. When...

Hi, I was wrapping my head around this tags-input plugins for a while and i am wondering is this plugin has a support for the passing an array of objects...

While working with Angular5 error in Error: Uncaught (in promise): TypeError: Cannot read property 'unsubscribe' of undefined TypeError: Cannot read property 'unsubscribe' of undefined I implemented exact the same example...

Hello, Since, addonComma is a known property of angular2 tag input, it is working on computer's keyboard but FAILS in android phone in app.addonEnter and addonPaste aare working absolutely fine....

Hi Ross Lavery, Can we search tag names from object array like this "[{id: 1, name: 'Angular'}, {id: 2, name: 'React'}]" . Because I want to get id as well...

Tag input uses `blur` event which finishes before `click` happens. Auto complete box is useless when user wants to click on suggestion when `addOnBlur` is set to true. Changing `click`...