mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Fix: Allow for deleting Input_select options (#12007)
This commit is contained in:
parent
9b6c935ffb
commit
5dfe17a43a
@ -85,7 +85,7 @@ class HaInputSelectForm extends LitElement {
|
|||||||
${this._options.length
|
${this._options.length
|
||||||
? this._options.map(
|
? this._options.map(
|
||||||
(option, index) => html`
|
(option, index) => html`
|
||||||
<mwc-list-item class="option" hasMeta noninteractive>
|
<mwc-list-item class="option" hasMeta>
|
||||||
${option}
|
${option}
|
||||||
<ha-icon-button
|
<ha-icon-button
|
||||||
slot="meta"
|
slot="meta"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user