浏览代码

Revert "realign dropdown when search box moves to new line. closes #43"

This reverts commit 095cdda05e8f53b9b77abc1956fad588e2afd3e8.
Igor Vaynberg 13 年之前
父节点
当前提交
b96079fef6
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      select2.js

+ 1 - 3
select2.js

@@ -1237,6 +1237,7 @@
             this.addSelectedChoice(data);
             if (this.select) { this.postprocessResults(); }
 
+
             if (this.opts.closeOnSelect) {
                 this.close();
                 this.search.width(10);
@@ -1355,9 +1356,6 @@
                 searchWidth = maxWidth - getSideBorderPadding(this.search);
             }
             this.search.width(searchWidth);
-
-            // in case the search box was pushed to the next line realign the dropdown
-            if (this.opened()) { this.alignDropdown(); }
         },
 
         getVal: function () {