Browse Source

Pull request #226981: REPORT-89705 feat:传defaultText

Merge in DEC/fineui from ~ARIES.LSY/dec-fineui:feature/x to feature/x

* commit '064747bbc0487e07c00fb738bbaf609037d46b52':
  REPORT-89705 feat:传defaultText
research/test
Aries.Lsy-黎思妤 1 year ago
parent
commit
d8d9663fe1
  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