This reverts commit e9c7bce07a.
e9c7bce07a
@ -21,7 +21,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({