coryrylan / ngx-lite

:package: A collection of lightweight Angular libraries in a single mono repo
https://ngxlite.com
MIT License
138 stars 21 forks source link

ngx-input-tag feature requests (different tag formats and prevent creating new tags) #21

Closed kevinbuhmann closed 5 years ago

kevinbuhmann commented 5 years ago

Describe the solution you'd like 1) ngx-input-tag should allow the tagFormatter to be set via a input (input overrides provider). We have two types of tags on our site and they use different formats. 2) ngx-input-tag should have an option to disable adding tags that are not in the suggested tag array. 2) ngx-input-tag should have an option to prevent backspace from removing a tag.

I would be happy to open a PR.