mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46: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"
|
||||
.disabled=${!this._device}
|
||||
.value=${this._device?.name || ""}
|
||||
@change=${this._nameChanged}
|
||||
@input=${this._nameChanged}
|
||||
>
|
||||
</ha-textfield>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user