You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DropDownTree component's filter input loses focus when typing a query that causes the parent node of the currently selected value to collapse. This introduces the need to click back into the filter input in order to continue typing.
Open the DropDownTree popup and select a nested value, for example, "Armchair".
Open the DropDownTree popup and filter by a character that does not match the selected item's parent (e.g., "f").
Observe how the filter input loses focus after typing the character.
Screenshots or video
Screen.Recording.2026-02-17.at.13.53.04.mov
Actual Behavior
When typing a character that causes the parent of the selected item to collapse, the filter input loses focus, so the user must click back into the filter input to continue typing.
Expected Behavior
The filter input should retain focus while the user types.