mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +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.map(
|
||||
(option, index) => html`
|
||||
<mwc-list-item class="option" hasMeta noninteractive>
|
||||
<mwc-list-item class="option" hasMeta>
|
||||
${option}
|
||||
<ha-icon-button
|
||||
slot="meta"
|
||||
|
Loading…
x
Reference in New Issue
Block a user