it seems I didn't properly understand the way `Dro...
# compose-desktop
o
it seems I didn't properly understand the way
DropdownMenu
work. Using the sample code found here https://android.googlesource.com/platform/frameworks/support/+/refs/heads/androidx-main/c[…]in/java/androidx/compose/material/samples/MenuSamples.kt I understood I had to wrap both "anchor" and Dropdown within the same
Box
parent with proper
Modifier.wrapContentSize(<http://Alignment.XXX|Alignment.XXX>)
where XXX is the anchor rules for this configuration. It now works as intended.
👍 1