Browse Source

无JIRA任务 hack放combo而非具体combo处

es6
windy 4 years ago
parent
commit
d4751a6218
  1. 2
      src/base/combination/combo.js

2
src/base/combination/combo.js

@ -8,7 +8,7 @@
_defaultConfig: function () {
var conf = BI.Combo.superclass._defaultConfig.apply(this, arguments);
return BI.extend(conf, {
baseCls: (conf.baseCls || "") + " bi-combo",
baseCls: (conf.baseCls || "") + " bi-combo" + (BI.isIE() ? " hack" : ""),
trigger: "click",
toggle: true,
direction: "bottom", // top||bottom||left||right||top,left||top,right||bottom,left||bottom,right||right,innerRight||right,innerLeft||innerRight||innerLeft

Loading…
Cancel
Save