mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
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:
parent
6911685bd0
commit
8bfae3b4cf
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user