-
Notifications
You must be signed in to change notification settings - Fork 455
Limit the length of a tag name #245
Copy link
Copy link
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels