Open krzyko opened 11 years ago
Please replace the line
if (self.options.allowNewTags) {
to
if (self.options.allowNewTags && self.currentLabel.length >= this.options.minLength) {
to discard tags shorter than defined minLenght value on blur
Please replace the line
to
to discard tags shorter than defined minLenght value on blur