Browse Source

Pull request #3224: BI-117325 可配

Merge in VISUAL/fineui from ~WINDY/fui:master to master

* commit '987283972996eed0b1dbb702ea946ec76fdfc3b1':
  BI-117325 可配
es6
windy-许昊 2 years ago
parent
commit
017a030a5f
  1. 5
      src/widget/downlist/combo.downlist.js

5
src/widget/downlist/combo.downlist.js

@ -44,7 +44,8 @@
popup: {},
minWidth: 140,
maxHeight: 1000,
destroyWhenHide: false
destroyWhenHide: false,
isDefaultInit: true,
});
},
@ -57,7 +58,7 @@
type: "bi.combo",
trigger: o.trigger,
isNeedAdjustWidth: false,
isDefaultInit: true,
isDefaultInit: o.isDefaultInit,
container: o.container,
adjustLength: o.adjustLength,
direction: o.direction,

Loading…
Cancel
Save