When placing multiple Dropdown components inside a Container::Vertical, their interactive behavior becomes inconsistent depending on the order in which they are clicked.
When clicking from top to bottom (i.e., first the topmost, then the one below), the previously opened dropdown correctly closes before the next one gains focus.
However, when clicking in reverse order (from bottom to top), the previously opened dropdown does not close. This results in two (or more) dropdown menus staying open simultaneously, overlapping and creating a confusing UI state.
It seems like it is related to the OnEvent handling order and i am not sure whether it can be identified as a problem.
When placing multiple Dropdown components inside a Container::Vertical, their interactive behavior becomes inconsistent depending on the order in which they are clicked.
When clicking from top to bottom (i.e., first the topmost, then the one below), the previously opened dropdown correctly closes before the next one gains focus.
However, when clicking in reverse order (from bottom to top), the previously opened dropdown does not close. This results in two (or more) dropdown menus staying open simultaneously, overlapping and creating a confusing UI state.
It seems like it is related to the OnEvent handling order and i am not sure whether it can be identified as a problem.