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

Loading…
Cancel
Save