mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
use input instead of change (#13660)
This commit is contained in:
parent
f181a085de
commit
462dee0351
@ -79,7 +79,7 @@ class DialogAutomationRename extends LitElement implements HassDialog {
|
||||
)}
|
||||
required
|
||||
type="string"
|
||||
@change=${this._valueChanged}
|
||||
@input=${this._valueChanged}
|
||||
></ha-textfield>
|
||||
|
||||
<ha-textarea
|
||||
@ -92,7 +92,7 @@ class DialogAutomationRename extends LitElement implements HassDialog {
|
||||
name="description"
|
||||
autogrow
|
||||
.value=${this._newDescription}
|
||||
@change=${this._valueChanged}
|
||||
@input=${this._valueChanged}
|
||||
></ha-textarea>
|
||||
|
||||
<mwc-button @click=${this.closeDialog} slot="secondaryAction">
|
||||
|
Loading…
x
Reference in New Issue
Block a user