diff --git a/select2.js b/select2.js index 11fa75d3..73edb024 100755 --- a/select2.js +++ b/select2.js @@ -1138,6 +1138,8 @@ // finally, fallback on the calculated width of the element return (this.opts.element.outerWidth() === 0 ? 'auto' : this.opts.element.outerWidth() + 'px'); } + + return null; } else { return this.opts.width; }