This reverts commit f7b1279d1b.
f7b1279d1b
@ -53790,7 +53790,6 @@ BI.TextValueDownListCombo = BI.inherit(BI.Widget, {
var value;
if(BI.isNotNull(o.value)){
this.value = o.value;
value = this._digest(o.value);
}
this.trigger = BI.createWidget({
@ -54329,7 +54329,6 @@ BI.TextValueDownListCombo = BI.inherit(BI.Widget, {
@ -5467,7 +5467,6 @@ BI.TextValueDownListCombo = BI.inherit(BI.Widget, {
@ -54032,7 +54032,6 @@ BI.TextValueDownListCombo = BI.inherit(BI.Widget, {
@ -54571,7 +54571,6 @@ BI.TextValueDownListCombo = BI.inherit(BI.Widget, {
@ -37652,7 +37652,6 @@ BI.TextValueDownListCombo = BI.inherit(BI.Widget, {