Browse Source

Pull request #291439: BI-148470 refactor: 增加popup

Merge in DEC/fineui from ~JIMMY.CHAI/dec-fineui:feature/x to feature/x

* commit 'af8f11c8b4806909f63872d81424d93cf61dbd39':
  BI-148470 refactor: 增加popup
master
Jimmy.Chai-柴嘉明 1 month ago
parent
commit
00a9ac9cb4
  1. 2
      packages/fineui/src/widget/multilayerdownlist/combo.downlist.js

2
packages/fineui/src/widget/multilayerdownlist/combo.downlist.js

@ -23,6 +23,7 @@ export class MultiLayerDownListCombo extends Widget {
container: null, container: null,
stopPropagation: false, stopPropagation: false,
el: {}, el: {},
popup: {},
}); });
} }
@ -65,6 +66,7 @@ export class MultiLayerDownListCombo extends Widget {
el: this.popupview, el: this.popupview,
stopPropagation: o.stopPropagation, stopPropagation: o.stopPropagation,
maxHeight: 1000, maxHeight: 1000,
...o.popup,
}, },
}); });

Loading…
Cancel
Save