From 65e6c43df5a2bd122b9ef1de3afe6dd6977d2fcf Mon Sep 17 00:00:00 2001 From: Young Date: Wed, 6 May 2020 13:59:38 +0800 Subject: [PATCH 1/2] =?UTF-8?q?BI-64670=20fix:=20=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=87=BA=E7=8E=B0=E5=A4=9A=E4=B8=AAtooltip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/single/input/file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/single/input/file.js b/src/base/single/input/file.js index a7c99f985..eb55755c7 100644 --- a/src/base/single/input/file.js +++ b/src/base/single/input/file.js @@ -401,7 +401,7 @@ return handler; }; - BI.File = BI.inherit(BI.Single, { + BI.File = BI.inherit(BI.Widget, { _defaultConfig: function () { var conf = BI.File.superclass._defaultConfig.apply(this, arguments); return BI.extend(conf, { From c70e6f579e14c410d7c099d861b796537eb99a72 Mon Sep 17 00:00:00 2001 From: Young Date: Wed, 6 May 2020 14:39:16 +0800 Subject: [PATCH 2/2] =?UTF-8?q?changelog=20=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 91370093c..2d898fca1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,7 @@ # 更新日志 +2.0(2020-05) +- 修复上传控件多个title问题 + 2.0(2020-04) - 修复树列表通过空格回到初始面板没有刷新的问题 - 下拉树系列添加下拉popup弹出前事件 @@ -124,4 +127,4 @@ 2.0(2018-08) -- 增加BI.mount方法,支持同构 \ No newline at end of file +- 增加BI.mount方法,支持同构