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