@ -67811,7 +67811,8 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
return BI.extend(BI.IconTextValueCombo.superclass._defaultConfig.apply(this, arguments), {
baseClass: "bi-icon-text-value-combo",
height: 30,
value: ""
value: "",
el: {}
});
},
@ -5474,7 +5474,8 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
@ -69537,7 +69537,8 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
@ -7,7 +7,8 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {