Require Minimum/Maximum Character Limit for ngx-input-tag ?
Closed this issue · 1 comments
JordanProtin commented
Hi,
I use your tag input component in my Angular project for my forms.
Great job ! 👍
However, I can't fill a tag of more than 25 characters (spaces included).
Ex :
- journée-du-patrimoine-fra (works well)
- journée-du-patrimoine-fran (doesn't work)
Is this normal ? Otherwise, how to get no restriction about the maximum number of characters ?
Thk's !
coryrylan commented
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.