max chars

v1.18.x
barisusakli 10 years ago
parent fbeb6bc0ce
commit b89b4d066a

@ -14,6 +14,7 @@ define('composer/tags', function() {
tagEl.tagsinput({
maxTags: config.tagsPerTopic,
maxChars: config.maximumTagLength,
confirmKeys: [13, 44],
trimValue: true
});

Loading…
Cancel
Save