mirror of
https://github.com/home-assistant/frontend.git
synced 2026-08-26 16:15:52 +01:00
* Focus nested form-dialog fields after a nested level is pushed. Host focus on ha-form does not pierce selector shadows, so keyboard focus stayed on the opener instead of the nested controls. * Simplify nested form-dialog focus and fix CI types. Wait one render and focus the first real control instead of waiting for custom-element upgrades or walking a general focusable tree. * Wait for lazy selector upgrades before nested form focus. nextRender is not enough on a cold selector chunk; wait for undefined custom elements so nested focus does not depend on network timing.