Browse Source

REPORT-89705 feat:传defaultText

master
Aries.lsy 2 years ago
parent
commit
064747bbc0
  1. 3
      src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js

3
src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js

@ -29,7 +29,8 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
items: o.items,
height: BI.toPix(o.height, 2),
text: o.text,
value: o.value
value: o.value,
defaultText: o.defaultText
});
this.popup = BI.createWidget({
type: "bi.text_value_check_combo_popup",

Loading…
Cancel
Save