Browse Source

Pull request #3464: JSY-25637 feat:增加defaultText

Merge in VISUAL/fineui from ~CLAIRE.TANG/fineui:master to master

* commit 'bd712b5dc57d94adff6ae4f033fafc4227920096':
  JSY-25637 feat:增加defaultText
research/test
Claire.Tang-唐锦霞 1 year ago
parent
commit
e70c88a678
  1. 1
      src/component/allvaluechooser/combo.allvaluechooser.js

1
src/component/allvaluechooser/combo.allvaluechooser.js

@ -34,6 +34,7 @@ BI.AllValueChooserCombo = BI.inherit(BI.AbstractAllValueChooser, {
valueFormatter: BI.bind(this._valueFormatter, this),
width: o.width,
height: o.height,
defaultText: o.defaultText,
value: this._assertValue({
type: BI.Selection.Multi,
value: o.value || []

Loading…
Cancel
Save