Fix size property does not get applied for Et2Select widget anymore

This commit is contained in:
hadi 2023-11-17 12:15:11 +01:00
parent bf7a20d05b
commit dfd3d6beda

View File

@ -854,6 +854,7 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
// Grab & stop mousewheel to prevent scrolling sidemenu when scrolling through options // Grab & stop mousewheel to prevent scrolling sidemenu when scrolling through options
e => e.stopImmediatePropagation() e => e.stopImmediatePropagation()
} }
size=${this.size || "medium"}
> >
${icon} ${icon}
${this._emptyLabelTemplate()} ${this._emptyLabelTemplate()}