1
0
mirror of synced 2025-02-10 09:09:24 +03:00

added close event. fixes #246

This commit is contained in:
Igor Vaynberg 2012-07-20 17:28:15 +03:00
parent 33fd9dc810
commit 37ff4bbf36

View File

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