Setup webawesome dialog and update standard dialog header design (#27020)

This commit is contained in:
Aidan Timson
2025-10-09 07:16:25 +01:00
committed by GitHub
parent 0df6019b95
commit 1b932ae4a2
9 changed files with 952 additions and 41 deletions

View File

@@ -61,6 +61,7 @@ export class HaFormString extends LitElement implements HaFormElement {
.required=${this.schema.required}
.autoValidate=${this.schema.required}
.name=${this.schema.name}
.autofocus=${this.schema.autofocus}
.autocomplete=${this.schema.autocomplete}
.suffix=${this.isPassword
? // reserve some space for the icon.