added close event. fixes #246
This commit is contained in:
parent
33fd9dc810
commit
37ff4bbf36
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user