mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +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
|
required
|
||||||
type="string"
|
type="string"
|
||||||
@change=${this._valueChanged}
|
@input=${this._valueChanged}
|
||||||
></ha-textfield>
|
></ha-textfield>
|
||||||
|
|
||||||
<ha-textarea
|
<ha-textarea
|
||||||
@ -92,7 +92,7 @@ class DialogAutomationRename extends LitElement implements HassDialog {
|
|||||||
name="description"
|
name="description"
|
||||||
autogrow
|
autogrow
|
||||||
.value=${this._newDescription}
|
.value=${this._newDescription}
|
||||||
@change=${this._valueChanged}
|
@input=${this._valueChanged}
|
||||||
></ha-textarea>
|
></ha-textarea>
|
||||||
|
|
||||||
<mwc-button @click=${this.closeDialog} slot="secondaryAction">
|
<mwc-button @click=${this.closeDialog} slot="secondaryAction">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user