lion/packages
Denilson Sá Maia 1d3a00c022 fix(form-core): don't remove event listeners if _focusableNode was not set
This fix is similar to the previous commit.

Under very specific circumstances on a very complicated application logic, a file input field (that
extends from FocusMixin) gets created and immediately destroyed. This unfortunately causes an
error, because the `disconnectedCallback()` gets called to remove the event listeners for a
component that hasn't been fully set up.

> Uncaught TypeError: this._focusableNode is null
2025-07-26 15:05:49 +02:00
..
ajax Version Packages 2024-11-06 12:04:34 +01:00
singleton-manager feat(ui): [core] allow browserDetection to be run in ssr context 2024-04-10 12:12:40 +02:00
ui fix(form-core): don't remove event listeners if _focusableNode was not set 2025-07-26 15:05:49 +02:00