Skip to content
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

Maximum tags #5

Open
ComplianceStorage opened this issue Jun 12, 2014 · 1 comment
Open

Maximum tags #5

ComplianceStorage opened this issue Jun 12, 2014 · 1 comment

Comments

@ComplianceStorage
Copy link

Hello Eran,
I would like to limit the number of tags.
Possible to have an option to set the maximum number of input tag from 1 to ... unlimited ?
Thank you,
Philippe

@akaNightmare
Copy link

some workaround

var MAX_TAGS = 10;
tags.setValueValidator(function() {
    return tags.tags.length <= MAX_TAGS;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants