@ -3511,6 +3511,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, {
adjustLength: 0,
direction: "bottom",
trigger: "click",
container: null,
el: {}
})
},
@ -3540,6 +3541,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, {
type: 'bi.combo',
trigger: o.trigger,
isNeedAdjustWidth: false,
container: o.container,
adjustLength: o.adjustLength,
direction: o.direction,
el: BI.createWidget(o.el, {
@ -82038,6 +82038,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, {
@ -82067,6 +82068,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, {
@ -11,6 +11,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, {
@ -40,6 +41,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, {