diff --git a/dist/bundle.js b/dist/bundle.js index 31642f7d9..ff93356d1 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -79518,6 +79518,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, { direction: "bottom", trigger: "click", container: null, + stopPropagation: false, el: {} }); }, @@ -79550,6 +79551,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, { container: o.container, adjustLength: o.adjustLength, direction: o.direction, + stopPropagation: o.stopPropagation, el: BI.createWidget(o.el, { type: "bi.icon_trigger", extraCls: o.iconCls ? o.iconCls : "pull-down-font", diff --git a/dist/widget.js b/dist/widget.js index e6b95ef63..9ee5c37f8 100644 --- a/dist/widget.js +++ b/dist/widget.js @@ -3464,6 +3464,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, { direction: "bottom", trigger: "click", container: null, + stopPropagation: false, el: {} }); }, @@ -3496,6 +3497,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, { container: o.container, adjustLength: o.adjustLength, direction: o.direction, + stopPropagation: o.stopPropagation, el: BI.createWidget(o.el, { type: "bi.icon_trigger", extraCls: o.iconCls ? o.iconCls : "pull-down-font",