From 5a3fd3cbc443913e1ea165ae100e0fbc374c47e9 Mon Sep 17 00:00:00 2001 From: Wilson Zhang <3412520089@qq.com> Date: Mon, 22 Aug 2022 20:45:00 +0800 Subject: [PATCH] =?UTF-8?q?BI-111465=20fix:=E5=AD=97=E6=AE=B5=E4=B8=8B?= =?UTF-8?q?=E6=8B=89combo=E9=81=AE=E6=8C=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/combo/iconcombo/combo.icon.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/case/combo/iconcombo/combo.icon.js b/src/case/combo/iconcombo/combo.icon.js index 8cb821a1e..6c0f45c51 100644 --- a/src/case/combo/iconcombo/combo.icon.js +++ b/src/case/combo/iconcombo/combo.icon.js @@ -21,7 +21,8 @@ BI.IconCombo = BI.inherit(BI.Widget, { adjustYOffset: 0, offsetStyle: "left", chooseType: BI.ButtonGroup.CHOOSE_TYPE_SINGLE, - isShowDown: true + isShowDown: true, + hideWhenAnotherComboOpen: false }); }, @@ -71,6 +72,7 @@ BI.IconCombo = BI.inherit(BI.Widget, { adjustYOffset: o.adjustYOffset, offsetStyle: o.offsetStyle, el: this.trigger, + hideWhenAnotherComboOpen: o.hideWhenAnotherComboOpen, popup: { el: this.popup, maxWidth: o.maxWidth,