mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Fix: Allow for deleting Input_select options (#12007)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user