From bd712b5dc57d94adff6ae4f033fafc4227920096 Mon Sep 17 00:00:00 2001 From: Claire <1119518763@qq.com> Date: Mon, 20 Mar 2023 10:06:40 +0800 Subject: [PATCH] =?UTF-8?q?JSY-25637=20feat:=E5=A2=9E=E5=8A=A0defaultText?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/allvaluechooser/combo.allvaluechooser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/component/allvaluechooser/combo.allvaluechooser.js b/src/component/allvaluechooser/combo.allvaluechooser.js index 11494b584..17dc244b7 100644 --- a/src/component/allvaluechooser/combo.allvaluechooser.js +++ b/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 || []