|
|
|
@ -15,7 +15,6 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, {
|
|
|
|
|
allowInsertValue: true, |
|
|
|
|
isNeedAdjustWidth: true, |
|
|
|
|
text: "", |
|
|
|
|
defaultText: "", |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
@ -76,8 +75,7 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, {
|
|
|
|
|
itemsCreator: o.itemsCreator |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
value: { value: o.value || {} } |
|
|
|
|
|
|
|
|
|
value: this.storeValue |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
this.combo = BI.createWidget({ |
|
|
|
@ -141,7 +139,7 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, {
|
|
|
|
|
maxWidth: o.isNeedAdjustWidth ? "auto" : 500, |
|
|
|
|
}, |
|
|
|
|
isNeedAdjustWidth: o.isNeedAdjustWidth, |
|
|
|
|
value: { value: o.value || {} }, |
|
|
|
|
value: this.storeValue, |
|
|
|
|
hideChecker: function (e) { |
|
|
|
|
return triggerBtn.element.find(e.target).length === 0 && |
|
|
|
|
self.numberCounter.element.find(e.target).length === 0; |
|
|
|
|