dropdown
dropdown copied to clipboard
Placement prop not working
Passing placement prop doesn't change the class name.
Its always the default bottomRight
"dependencies": { "rc-dropdown": "^2.4.1" }
<Dropdown overlay={menu} placement="topRight"> <button> Actions </button> </Dropdown>
Hey! Have you found a solution to this problem?