Browse Source

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

* commit '017a030a5fe06fc4a58ee956624f40a10871857b':
  BI-117325 可配
research/test
superman 2 years ago
parent
commit
26e6e459b6
  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