mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02: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();
|
const value = this.getValueAsArray();
|
||||||
return html`
|
return html`
|
||||||
|
<label part="label">${this.label}
|
||||||
<ul>
|
<ul>
|
||||||
${repeat(
|
${repeat(
|
||||||
this.getValueAsArray(),
|
this.getValueAsArray(),
|
||||||
@ -227,6 +228,7 @@ li {
|
|||||||
return this._readonlyRender(option);
|
return this._readonlyRender(option);
|
||||||
})}
|
})}
|
||||||
</ul>
|
</ul>
|
||||||
|
</label>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user