1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 10:48:44 +00:00

Input conversion in dev tools (#11795)

This commit is contained in:
Bram Kragten
2022-02-23 15:24:00 +01:00
committed by GitHub
parent 6e2e80a297
commit 0010bf5a8f
9 changed files with 80 additions and 36 deletions

View File

@@ -75,7 +75,7 @@ class DialogBox extends LitElement {
? html`
<ha-textfield
dialogInitialFocus
.value=${this._value}
.value=${this._value || ""}
@keyup=${this._handleKeyUp}
@change=${this._valueChanged}
.label=${this._params.inputLabel