mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Api: Fix missing label on r/o selects
This commit is contained in:
parent
43278b23b6
commit
06d694cd94
@ -214,6 +214,7 @@ li {
|
||||
{
|
||||
const value = this.getValueAsArray();
|
||||
return html`
|
||||
<label part="label">${this.label}
|
||||
<ul>
|
||||
${repeat(
|
||||
this.getValueAsArray(),
|
||||
@ -227,6 +228,7 @@ li {
|
||||
return this._readonlyRender(option);
|
||||
})}
|
||||
</ul>
|
||||
</label>
|
||||
`;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user