diff --git a/src/components/ha-password-field.ts b/src/components/ha-password-field.ts index f149264fdb..15fd9666dd 100644 --- a/src/components/ha-password-field.ts +++ b/src/components/ha-password-field.ts @@ -117,8 +117,8 @@ export class HaPasswordField extends LitElement { .autocapitalize=${this.autocapitalize} .type=${this._unmaskedPassword ? "text" : "password"} .suffix=${html`
`} - @input=${this._handleInputChange} - @change=${this._reDispatchEvent} + @input=${this._handleInputEvent} + @change=${this._handleChangeEvent} >