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方法,支持同构 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, {