@ -57,7 +57,8 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
el: this.trigger,
popup: {
el: this.popup,
maxHeight: 240
maxHeight: 240,
minHeight: 25
}
});
if (BI.isKey(o.value)) {
@ -70,7 +70,8 @@ BI.SearchTextValueCombo = BI.inherit(BI.Widget, {
}]
},
value: o.value,
maxHeight: 252
maxHeight: 252,
listeners: [{
eventName: BI.Combo.EVENT_AFTER_HIDEVIEW,
@ -52,7 +52,8 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
if(BI.isKey(o.value)) {
@ -45,7 +45,8 @@ BI.SmallTextValueCombo = BI.inherit(BI.Widget, {