1
0
mirror of synced 2025-02-09 16:49:24 +03:00
This commit is contained in:
Igor Vaynberg 2013-07-10 16:49:42 -07:00
parent 1f09c7abaf
commit 24716bc872

View File

@ -2690,7 +2690,7 @@ the specific language governing permissions and limitations under the Apache Lic
this.opts.element.trigger({ type: "selected", val: this.id(data), choice: data });
if (this.select || !this.opts.closeOnSelect) this.postprocessResults();
if (this.select || !this.opts.closeOnSelect) this.postprocessResults(data, false, this.opts.closeOnSelect===true);
if (this.opts.closeOnSelect) {
this.close();