Browse Source

Revert "Revert "update""

This reverts commit e9c7bce07a.
es6
fay 6 years ago
parent
commit
d7179d6e8f
  1. 1
      src/case/combo/textvaluedownlistcombo/combo.textvaluedownlist.js

1
src/case/combo/textvaluedownlistcombo/combo.textvaluedownlist.js

@ -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({

Loading…
Cancel
Save