mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Always save custom display name in energy dashboard when hitting Enter (#20702)
Change to Input event
This commit is contained in:
parent
deda2009f8
commit
870cb0c65f
@ -105,7 +105,7 @@ export class DialogEnergyDeviceSettings
|
|||||||
type="text"
|
type="text"
|
||||||
.disabled=${!this._device}
|
.disabled=${!this._device}
|
||||||
.value=${this._device?.name || ""}
|
.value=${this._device?.name || ""}
|
||||||
@change=${this._nameChanged}
|
@input=${this._nameChanged}
|
||||||
>
|
>
|
||||||
</ha-textfield>
|
</ha-textfield>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user