Questions tagged [ngx-chips]

Use this tag to ask questions on the ngx-chips library which is a component for Angular. Design and API for this library are blandly inspired by Angular Material's md-chips.

ngx-chips library is a component for Angular. Design and API for this library are blandly inspired by Angular Material's md-chips.

Formerly called .

Useful links -

48 questions
0
votes
1 answer

ngx-chips: adding to other input field onRemove doesn't work

I'm using https://github.com/Gbuomprisco/ngx-chips with two input fields. If a tag gets removed from the first input ("likes") it gets added to the second input ("dislikes). This doesn't work if there is some input in the second field…
user3255061
  • 1,757
  • 1
  • 30
  • 50
0
votes
1 answer

Ngx-chips custom theme doesn't work

awesome component. I am using the latest version of ngx-chips with Angular 5. I tried to make custom theme the same as here , but it doesn't work. Here is my .scss file: @import '~ngx-chips/core/styles/core/_core.scss'; $foundation-primary:…
mr__brainwash
  • 1,334
  • 3
  • 16
  • 40
-1
votes
1 answer

What is the best version of ngTagsInput for Angular not AngularJs

I found the ngTagsInput framework https://mbenford.github.io/ngTagsInput/ a very feature-rich library. But for Angular 8 users I found the ngx-chips framework https://www.npmjs.com/package/ngx-chips It appears to work, but appears to be missing…
mbalsam
  • 611
  • 1
  • 6
  • 16
1 2 3
4