Browse Source

Merge pull request #63904 in DEC/fineui from master to feature/x

* commit '6f0264978fec1afbf926416b801da7b90929df35':
  无jira任务 combo属性继承
es6
superman 2 years ago
parent
commit
17ea9376af
  1. 4
      src/widget/downlist/combo.downlist.js

4
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,

Loading…
Cancel
Save