@ -144,7 +144,7 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
el: popup,
value: o.value,
maxHeight: 240,
minHeight: 25
minHeight: 60
}
};
},
@ -131,8 +131,10 @@ BI.TextValueComboPopup = BI.inherit(BI.Pane, {
mounted: function () {
this.check();
beforeMount: function () {
if (this.options.chooseType !== BI.ButtonGroup.CHOOSE_TYPE_MULTI) {
_formatItems: function (items) {