Update to 2026.4.0 input selects changed to white

: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