-
Notifications
You must be signed in to change notification settings - Fork 439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limit the length of a tag name #245
Comments
Hi! thanks you very much for the kind words :) You can use the setting |
This works great. Thanks, again! |
I implemented a tag max length by ignoring the user after they reached the max length
|
This soluiton works . $(".tagify").tagify({ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.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.
The text was updated successfully, but these errors were encountered: