|
|
@ -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, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|