From 01583486e3f296bce1e9005ce40a48cc066dbb8d Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 7 Jun 2022 23:39:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=20combo?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E7=BB=A7=E6=89=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widget/downlist/combo.downlist.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/widget/downlist/combo.downlist.js b/src/widget/downlist/combo.downlist.js index b32fab79f..3895ff6b8 100644 --- a/src/widget/downlist/combo.downlist.js +++ b/src/widget/downlist/combo.downlist.js @@ -14,7 +14,8 @@ BI.DownListCombo = BI.inherit(BI.Widget, { stopPropagation: false, el: {}, minWidth: 140, - maxHeight: 1000 + maxHeight: 1000, + destroyWhenHide: false }); }, @@ -49,6 +50,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, { direction: o.direction, belowMouse: o.belowMouse, stopPropagation: o.stopPropagation, + destroyWhenHide: o.destroyWhenHide, el: BI.createWidget(o.el, { type: "bi.icon_trigger", extraCls: o.iconCls,