Combo-box accessibility and other fixes (#13496)

This commit is contained in:
Steve Repsher
2022-08-30 21:50:04 -04:00
committed by GitHub
parent e463a997c1
commit ae4a37f23a
26 changed files with 54 additions and 45 deletions

View File

@@ -60,6 +60,7 @@ class HaInputButtonForm extends LitElement {
dialogInitialFocus
></ha-textfield>
<ha-icon-picker
.hass=${this.hass}
.value=${this._icon}
.configValue=${"icon"}
@value-changed=${this._valueChanged}