Browse Source

chore: 优化一下

es6
guy 2 years ago
parent
commit
6d2a73d1fc
  1. 2
      src/case/combo/bubblecombo/combo.bubble.js

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

@ -11,7 +11,7 @@ BI.BubbleCombo = BI.inherit(BI.Widget, {
trigger: "click",
toggle: true,
primary: false,
direction: "bottom,left", // top||bottom||left||right||top,left||top,right||bottom,left||bottom,right
direction: "bottom", // top||bottom||left||right||top,left||top,right||bottom,left||bottom,right
isDefaultInit: false,
destroyWhenHide: false,
hideWhenClickOutside: true,

Loading…
Cancel
Save