hailwood / jQuery-Tagit

The Jquery Tagit Plugin transforms an html unordered list into a unique tagging plugin.
264 stars 109 forks source link

minLenght on blur #93

Open krzyko opened 11 years ago

krzyko commented 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