added close event. fixes #246
This commit is contained in:
parent
33fd9dc810
commit
37ff4bbf36
1 changed files with 2 additions and 0 deletions
|
@ -844,6 +844,8 @@
|
|||
this.container.removeClass("select2-dropdown-open");
|
||||
this.results.empty();
|
||||
this.clearSearch();
|
||||
|
||||
this.opts.element.trigger(jQuery.Event("close"));
|
||||
},
|
||||
|
||||
// abstract
|
||||
|
|
Loading…
Add table
Reference in a new issue