Browse Source

BI-73062 删downlistcombo处的hack

es6
windy 4 years ago
parent
commit
e36b4edb3e
  1. 2
      src/widget/downlist/combo.downlist.js

2
src/widget/downlist/combo.downlist.js

@ -4,7 +4,7 @@
BI.DownListCombo = BI.inherit(BI.Widget, {
_defaultConfig: function () {
return BI.extend(BI.DownListCombo.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-down-list-combo" + (BI.isIE() ? " hack" : ""),
baseCls: "bi-down-list-combo",
height: 24,
items: [],
adjustLength: 0,

Loading…
Cancel
Save