Add RTL and dark mode support for select box image (#24374)

Add rtl and dark for select box
This commit is contained in:
Paul Bottein
2025-02-25 10:38:02 +01:00
committed by GitHub
parent db5036aed3
commit d47e5c847b
5 changed files with 60 additions and 16 deletions

View File

@@ -105,6 +105,7 @@ export class HaSelectSelector extends LitElement {
.value=${this.value as string | undefined}
@value-changed=${this._valueChanged}
.maxColumns=${this.selector.select?.box_max_columns}
.hass=${this.hass}
></ha-select-box>
${this._renderHelper()}
`;