Igor Vaynberg пре 13 година
родитељ
комит
37ff4bbf36
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      select2.js

+ 2 - 0
select2.js

@@ -844,6 +844,8 @@
             this.container.removeClass("select2-dropdown-open");
             this.results.empty();
             this.clearSearch();
+
+            this.opts.element.trigger(jQuery.Event("close"));
         },
 
         // abstract