Browse Source

Pull request #1840: BI-72349 bubble_combo支持hideWhenAnotherComboOpen属性

Merge in VISUAL/fineui from ~KOBI/fineui:master to master

* commit '80fddbe42728d6c5f653d04d61c1a17cedfb99a0':
  BI-81515 revert
  BI-72349 bubble_combo支持hideWhenAnotherComboOpen属性
  BI-81515 feat: font-size-10
es6
Kobi 4 years ago
parent
commit
7741699a65
  1. 3
      src/case/combo/bubblecombo/combo.bubble.js

3
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(),
@ -215,4 +216,4 @@ BI.BubbleCombo.EVENT_BEFORE_POPUPVIEW = "EVENT_BEFORE_POPUPVIEW";
BI.BubbleCombo.EVENT_AFTER_POPUPVIEW = "EVENT_AFTER_POPUPVIEW";
BI.BubbleCombo.EVENT_BEFORE_HIDEVIEW = "EVENT_BEFORE_HIDEVIEW";
BI.BubbleCombo.EVENT_AFTER_HIDEVIEW = "EVENT_AFTER_HIDEVIEW";
BI.shortcut("bi.bubble_combo", BI.BubbleCombo);
BI.shortcut("bi.bubble_combo", BI.BubbleCombo);

Loading…
Cancel
Save