mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix size property does not get applied for Et2Select widget anymore
This commit is contained in:
parent
bf7a20d05b
commit
dfd3d6beda
@ -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()}
|
||||||
|
Loading…
Reference in New Issue
Block a user