dropdown icon indicating copy to clipboard operation
dropdown copied to clipboard

Placement prop not working

Open DeepakNatraj opened this issue 5 years ago • 1 comments

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>

DeepakNatraj avatar Aug 06 '19 10:08 DeepakNatraj

Hey! Have you found a solution to this problem?

AtrVorobev avatar Mar 09 '22 15:03 AtrVorobev