Browse Source

Revert "update"

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

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

@ -21,6 +21,7 @@ BI.TextValueDownListCombo = BI.inherit(BI.Widget, {
var value; var value;
if(BI.isNotNull(o.value)){ if(BI.isNotNull(o.value)){
this.value = o.value;
value = this._digest(o.value); value = this._digest(o.value);
} }
this.trigger = BI.createWidget({ this.trigger = BI.createWidget({

Loading…
Cancel
Save