Closed
Description
Good afternoon! Thank you for Tagify. It is a beautiful addition to our application.
I'm looking to limit the length of a given tag name to n characters. I tried using a regular expression piped to pattern
and found no luck.
new Tagify(input, {
pattern: /^.{1,70}/
}
My apologies, as I might misunderstand the use of pattern
Is there a way to limit the length of a tag? If so, would you mind pointing me in the right direction?
Thank you for your time.
Metadata
Metadata
Assignees
Labels
No labels