Olivier Patry
03/22/2021, 11:18 PMDropdownMenu
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.