mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
Et2Select: Pass option tooltip to the tag
This commit is contained in:
parent
6e7a01dde9
commit
a2724d329c
@ -976,6 +976,7 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
|
|||||||
tabindex="-1"
|
tabindex="-1"
|
||||||
?pill=${this.pill}
|
?pill=${this.pill}
|
||||||
size=${this.size || "medium"}
|
size=${this.size || "medium"}
|
||||||
|
title=${option.title}
|
||||||
?removable=${!readonly}
|
?removable=${!readonly}
|
||||||
?readonly=${readonly}
|
?readonly=${readonly}
|
||||||
.editable=${isEditable}
|
.editable=${isEditable}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user