mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 10:29:37 +00:00
Fix combobox helper (#25834)
* Fix combobox helper * Pass disabled to all helpers
This commit is contained in:
@@ -38,7 +38,9 @@ export class HaObjectSelector extends LitElement {
|
||||
@value-changed=${this._handleChange}
|
||||
></ha-yaml-editor>
|
||||
${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