use input instead of change (#13660)

This commit is contained in:
Bram Kragten 2022-09-08 17:43:36 +02:00
parent fee6ae3045
commit 330f3e5ce4
No known key found for this signature in database
GPG Key ID: FBE2DFDB363EF55B

View File

@ -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">