Fix ha-combo-box helper text not displaying text (#19154)

* Fix ha-combo-box helper text

* Update src/components/ha-combo-box.ts

---------

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
Jan-Philipp Benecke 2023-12-27 16:22:19 +01:00 committed by GitHub
parent 6911685bd0
commit 8bfae3b4cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,7 +180,7 @@ export class HaComboBox extends LitElement {
></div>`}
.icon=${this.icon}
.invalid=${this.invalid}
helper=${ifDefined(this.helper)}
.helper=${this.helper}
helperPersistent
>
<slot name="icon" slot="leadingIcon"></slot>