1
0
mirror of synced 2025-02-16 20:13:16 +03:00

fix the fix for #129

This commit is contained in:
Igor Vaynberg 2012-06-18 20:21:36 -07:00
parent 9bf38c833c
commit b2314bcb86

View File

@ -685,7 +685,6 @@
open: function () {
if (this.opened()) return;
this.clearPlaceholder();
this.container.addClass("select2-dropdown-open").addClass("select2-container-active");
if(this.dropdown[0] !== this.body.children().last()[0]) {
@ -1394,7 +1393,8 @@
open: function () {
if (this.opened()) return;
this.parent.open.apply(this, arguments);
this.resizeSearch();
this.clearPlaceholder();
this.resizeSearch();
this.focusSearch();
},