Browse Source

BI-72349 bubble_combo支持hideWhenAnotherComboOpen属性

es6
Kobi 4 years ago
parent
commit
f2e8f9fbf3
  1. 1
      src/case/combo/bubblecombo/combo.bubble.js

1
src/case/combo/bubblecombo/combo.bubble.js

@ -40,6 +40,7 @@ BI.BubbleCombo = BI.inherit(BI.Widget, {
direction: o.direction,
isDefaultInit: o.isDefaultInit,
destroyWhenHide: o.destroyWhenHide,
hideWhenAnotherComboOpen: o.hideWhenAnotherComboOpen,
isNeedAdjustHeight: o.isNeedAdjustHeight,
isNeedAdjustWidth: o.isNeedAdjustWidth,
adjustLength: this._getAdjustLength(),

Loading…
Cancel
Save