Explorar o código

fix bug in destroy method that would keep the original element hidden. fixes #815

Igor Vaynberg %!s(int64=12) %!d(string=hai) anos
pai
achega
3be3188853
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      select2.js

+ 1 - 0
select2.js

@@ -643,6 +643,7 @@ the specific language governing permissions and limitations under the Apache Lic
                 select2.container.remove();
                 select2.dropdown.remove();
                 select2.opts.element
+                    .removeClass("select2-offscreen")
                     .removeData("select2")
                     .unbind(".select2")
                     .attr({"tabIndex": this.elementTabIndex})