fay 6 years ago
parent
commit
d57bb5bcb0
  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