Open
Description
Supplying the placement
option to the popperConfig object doesn't seem to have any effect. It looks like it gets overridden by the placement prop, here:
https://github.com/react-bootstrap/react-overlays/blob/master/src/DropdownMenu.js#L144
I was hoping to centre the menu, i.e.:
<DropdownMenuBase flip popperConfig={{ placement: 'bottom' }} />
Cheers!