ngx-chips icon indicating copy to clipboard operation
ngx-chips copied to clipboard

Tag Input component for Angular

Results 115 ngx-chips issues
Sort by recently updated
recently updated
newest added

First I want to say what a great component! But I was curious, is there a way to add each tag on a new line?

Can't import the named export 'ɵɵviewQuery' from non EcmaScript module (only default export is available) Error: ./node_modules/ngx-chips/fesm2015/ngx-chips.mjs 3279:6-20 Angular version: 11

Bumps [karma](https://github.com/karma-runner/karma) from 5.2.3 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 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

I have also browser refresh issues even if I add ` ` _Originally posted by @Annleena333 in https://github.com/Gbuomprisco/ngx-chips/issues/355#issuecomment-1029874522_

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0. Changelog Sourced from nanoid's changelog. Change Log This project adheres to Semantic Versioning. 3.2 Added --size and --alphabet arguments to binary (by Vitaly Baev)....

dependencies

Bumps [log4js](https://github.com/log4js-node/log4js-node) from 6.3.0 to 6.4.0. Changelog Sourced from log4js's changelog. 6.4.0 security: default file permission to be 0o600 instead of 0o644 - thanks ranjit-git and @​peteriman chore(docs): updated fileSync.md...

dependencies

allowDupes flag does case-sensitive duplicate check. **Requirement**: Don't allow duplicates ignoring case-sensitive checks. Ex: **test**, **Test**, **tESt**, **TEST** all should be merged to **test**

It would be interesting for the developer to choose the type of data entry, what do you think? [tag-input-form.template.html](https://github.com/Gbuomprisco/ngx-chips/blob/master/modules/components/tag-input-form/tag-input-form.template.html#L5)

Is it possible that I only receive a simple element in my formcontrol, I tested the add [onAdding] but I keep getting an object, I would like to receive only...