windy 5 years ago
parent
commit
ece1e6a1ec
  1. 1
      src/base/combination/combo.js

1
src/base/combination/combo.js

@ -469,6 +469,7 @@ BI.Combo = BI.inherit(BI.Widget, {
},
showView: function (e) {
// 减少popup 调整宽高的次数
if (this.isEnabled() && this.combo.isEnabled() && !this.isViewVisible()) {
this._popupView(e);
}

Loading…
Cancel
Save