Browse Source

BI-47790 fix: 修复拖拽下拉框能拖动字段

es6
imp 5 years ago
parent
commit
c2b7ca04e2
  1. 1
      src/widget/downlist/combo.downlist.js
  2. 1
      src/widget/multilayerdownlist/combo.downlist.js

1
src/widget/downlist/combo.downlist.js

@ -54,6 +54,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, {
}), }),
popup: { popup: {
el: this.popupview, el: this.popupview,
stopPropagation: o.stopPropagation,
maxHeight: 1000, maxHeight: 1000,
minWidth: 140 minWidth: 140
} }

1
src/widget/multilayerdownlist/combo.downlist.js

@ -54,6 +54,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, {
}), }),
popup: { popup: {
el: this.popupview, el: this.popupview,
stopPropagation: o.stopPropagation,
maxHeight: 1000 maxHeight: 1000
} }
}); });

Loading…
Cancel
Save