|
|
@ -87,7 +87,7 @@ BI.TextValueCombo = BI.inherit(BI.Widget, { |
|
|
|
changeTag = true; |
|
|
|
changeTag = true; |
|
|
|
this.setValue(this.popup.getValue()); |
|
|
|
this.setValue(this.popup.getValue()); |
|
|
|
if (o.chooseType === BI.ButtonGroup.CHOOSE_TYPE_SINGLE) { |
|
|
|
if (o.chooseType === BI.ButtonGroup.CHOOSE_TYPE_SINGLE) { |
|
|
|
this.combo.hideView(); |
|
|
|
this.combo.hideView(...args); |
|
|
|
this.fireEvent(BI.TextValueCombo.EVENT_CHANGE, ...args); |
|
|
|
this.fireEvent(BI.TextValueCombo.EVENT_CHANGE, ...args); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -110,7 +110,7 @@ BI.TextValueCombo = BI.inherit(BI.Widget, { |
|
|
|
listeners: [ |
|
|
|
listeners: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
eventName: BI.Combo.EVENT_BEFORE_POPUPVIEW, |
|
|
|
eventName: BI.Combo.EVENT_BEFORE_POPUPVIEW, |
|
|
|
action: (...args) => { |
|
|
|
action: () => { |
|
|
|
changeTag = false; |
|
|
|
changeTag = false; |
|
|
|
} |
|
|
|
} |
|
|
|
}, { |
|
|
|
}, { |
|
|
|