postprocess results always if closeOnSelect is false. fixes #348
This commit is contained in:
parent
f18caa5957
commit
a145378848
1 changed files with 1 additions and 1 deletions
|
@ -2023,7 +2023,7 @@
|
|||
// multi
|
||||
onSelect: function (data) {
|
||||
this.addSelectedChoice(data);
|
||||
if (this.select) { this.postprocessResults(); }
|
||||
if (this.select || !this.opts.closeOnSelect) this.postprocessResults();
|
||||
|
||||
if (this.opts.closeOnSelect) {
|
||||
this.close();
|
||||
|
|
Loading…
Add table
Reference in a new issue