Browse Source

Merge pull request #3463 in VISUAL/fineui from DEC/fineui:release/11.0 to master

* commit '0645b802e8a381fa091cb1431fc6c40288b09682':
  REPORT-89705 feat:传defaultText
research/test
Aeolus.Zhang-张敬峥 2 years ago
parent
commit
5c1bcf953f
  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