dropdown icon indicating copy to clipboard operation
dropdown copied to clipboard

popupAlign prop doesn't pass into Trigger

Open SPavelV opened this issue 2 years ago • 2 comments

2022-04-28_21-18-49 2022-04-28_21-20-28 2022-04-28_21-21-27

SPavelV avatar Apr 28 '22 17:04 SPavelV

I want to change the position of the dropdown along the X axis, for this I use the property popupAlign. As you can see in the image, the property is not passed inside the dropdown to the trigger. While another property destroyPopupOnHide={true} is passed to the Trigger.

SPavelV avatar Apr 28 '22 17:04 SPavelV

The prop popupAlign is defined as align. Try setting the align property

mapran-gs avatar Sep 27 '22 14:09 mapran-gs