Browse Source

Merge pull request #228822 in DEC/fineui from master to feature/x

* commit '8d36986428c1983bddf0b06832c8d13a14889efe':
  auto upgrade version to 2.0.20230320102539
  JSY-25637 feat:增加defaultText
master
superman 2 years ago
parent
commit
f4b698e8f2
  1. 2
      package.json
  2. 1
      src/component/allvaluechooser/combo.allvaluechooser.js

2
package.json

@ -1,6 +1,6 @@
{
"name": "fineui",
"version": "2.0.20230317200901",
"version": "2.0.20230320102539",
"description": "fineui",
"main": "dist/fineui_without_conflict.min.js",
"types": "dist/lib/index.d.ts",

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