From 67cbd9cb48e01011f8294ce55934b14f1dc29372 Mon Sep 17 00:00:00 2001 From: "Oliver.Ke" Date: Thu, 19 May 2022 19:49:06 +0800 Subject: [PATCH] =?UTF-8?q?BI-105744=20fix:=20=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widget/downlist/combo.downlist.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/widget/downlist/combo.downlist.js b/src/widget/downlist/combo.downlist.js index 29c4398f9..b32fab79f 100644 --- a/src/widget/downlist/combo.downlist.js +++ b/src/widget/downlist/combo.downlist.js @@ -83,12 +83,15 @@ BI.DownListCombo = BI.inherit(BI.Widget, { setValue: function (v) { this.popupview.setValue(v); }, + getValue: function () { return this.popupview.getValue(); }, + adjustWidth: function () { this.downlistcombo.adjustWidth(); }, + adjustHeight: function () { this.downlistcombo.adjustHeight(); }