mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Et2DropdownButton: force different handling to escape any container
This commit is contained in:
parent
9e78e35fd3
commit
079ebf00b6
@ -108,7 +108,7 @@ export class Et2DropdownButton extends Et2widgetWithSelectMixin(Et2Button)
|
||||
return html`
|
||||
<sl-button-group>
|
||||
<sl-button size="medium">${this.label}</sl-button>
|
||||
<sl-dropdown placement="bottom-end">
|
||||
<sl-dropdown placement="bottom-end" hoist>
|
||||
<sl-button size="medium" slot="trigger" caret></sl-button>
|
||||
<sl-menu>
|
||||
${repeat(this.select_options, (option : SelectOption) => option.value, option =>
|
||||
|
Loading…
Reference in New Issue
Block a user