Krzysztof Kosz

Results 2 issues of Krzysztof Kosz

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

This allows to set-up two overlapping bars where width/height difference simulates window dimensions