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

Require Minimum/Maximum Character Limit for ngx-input-tag ? #7

Closed JordanProtin closed 5 years ago

JordanProtin commented 6 years ago

Hi,

I use your tag input component in my Angular project for my forms. Great job ! :+1:

However, I can't fill a tag of more than 25 characters (spaces included). Ex :

Is this normal ? Otherwise, how to get no restriction about the maximum number of characters ?

Thk's !

coryrylan commented 6 years ago

There shouldn't be a restriction. Its a bug, there is a hard coded limit in the component I'll work on making that optional via an input or better as a optional validator.