Update to 2026.4.0 input selects changed to white

Post update to 2026.4.0 my input selects turned white but I’m not finding the theme property to change them.

Has it changed and I missed it?

1 Like
  ha-color-form-background: "#121A2A" # search bar background color
  ha-color-form-background-hover: "#1B2434" # search bar highlighted background color
  ha-color-form-background-disabled: green # used for something, did not yet figured out for what
  ha-color-form-ink-color: red # used for something, did not yet figured out for what
1 Like

ha-color-form-background-disabled: is used for disabled number entities and others:

:grey_exclamation: :loudspeaker:
CHANGES TO Frontend Compontents in 2026

The ongoing migration and updates to the Material Design keeps messing up my frontend design. Luckely, I found the documentation on this. :grinning:

INPUT COMPONENTS

  • ha-input is the successor of ha-textfield
    • ha-textfield API stays but the component is migrated to use ha-input internally and will be removed in 2026.5
    • Also replaces ha-outlined-text-field
  • ha-input-search replaces search-input and search-input-outlined
  • ha-input-multi replaces ha-multi-textfield
  • ha-input-copy replaces copy-textfield
--ha-color-form-background: var(--ha-color-neutral-95);
--ha-color-form-background-hover: var(--ha-color-neutral-90);
--ha-color-form-background-disabled: var(--ha-color-neutral-80);

**FIND MORE HERE
Frontend component updates 2026.4

Thx…just found that yesterday myself.

On my iphone I noticed since he 2026.4 update now my drop downs are centered on the card rather than left aligned like normal

any idea how to fix this?