Hi there,
I’m using a dropdown in the status bar of my application (lower edge of the screen). The popup currently always opens below the dropdown field, outside of the visible screen area.
I have implemented a nasty hack that moves the popup’s VisualElement (unity-base-dropdown__container-outer) above the dropdown field, which is not easy due to the variable size of my list and due to the lack of ability to listen to an event that is triggered when a dropdown is about to open. It works but I would prefer to get rid of my workaround and be able to choose per parameter, if the DropdownField should open the popup field above or below.
In EditorMode it is not a problem, the popup is always limited to the window, in runtime there is no such mechanism.