diff --git a/api/js/etemplate/Et2Select/Et2Select.ts b/api/js/etemplate/Et2Select/Et2Select.ts index bf0f347e71..b4003f01b2 100644 --- a/api/js/etemplate/Et2Select/Et2Select.ts +++ b/api/js/etemplate/Et2Select/Et2Select.ts @@ -841,6 +841,10 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect) .value=${value} @sl-change=${this.handleValueChange} @mouseup=${this.handleOptionClick} + @mousewheel=${ + // Grab & stop mousewheel to prevent scrolling sidemenu when scrolling through options + e => e.stopImmediatePropagation() + } > ${icon} ${this._emptyLabelTemplate()}