mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-10 03:19:44 +00:00
Fix combobox helper (#25834)
* Fix combobox helper * Pass disabled to all helpers
This commit is contained in:
@@ -289,7 +289,9 @@ export class HaTargetPicker extends SubscribeMixin(LitElement) {
|
||||
${this._renderPicker()}
|
||||
</div>
|
||||
${this.helper
|
||||
? html`<ha-input-helper-text>${this.helper}</ha-input-helper-text>`
|
||||
? html`<ha-input-helper-text .disabled=${this.disabled}
|
||||
>${this.helper}</ha-input-helper-text
|
||||
>`
|
||||
: ""}
|
||||
`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user