diff --git a/src/components/ha-password-field.ts b/src/components/ha-password-field.ts index d97c23c4de..6dc794992d 100644 --- a/src/components/ha-password-field.ts +++ b/src/components/ha-password-field.ts @@ -118,6 +118,7 @@ export class HaPasswordField extends LitElement { .type=${this._unmaskedPassword ? "text" : "password"} .suffix=${html`
`} @input=${this._handleInputChange} + @change=${this._reDispatchEvent} >