Browse Source

Pull request #2507: 无JIAR任务 chore: 优化一下

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

* commit '6d2a73d1fcfd66d8a26dc68e05a3c78173fba5e9':
  chore: 优化一下
es6
guy 3 years ago
parent
commit
cc0d3ae8f3
  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