diff --git a/src/components/ha-combo-box.ts b/src/components/ha-combo-box.ts index 9c50d0a4bb..ce6d54f415 100644 --- a/src/components/ha-combo-box.ts +++ b/src/components/ha-combo-box.ts @@ -180,7 +180,7 @@ export class HaComboBox extends LitElement { >`} .icon=${this.icon} .invalid=${this.invalid} - helper=${ifDefined(this.helper)} + .helper=${this.helper} helperPersistent >