Fix: Allow for deleting Input_select options (#12007)

This commit is contained in:
Zack Barett 2022-03-11 19:07:56 -06:00 committed by GitHub
parent 9b6c935ffb
commit 5dfe17a43a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"