You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem
Enabling flip behavior on the Dropdown component causes the menu to only render left-aligned with the toggle, regardless of the setting of the position prop.
Describe the problem
Enabling flip behavior on the Dropdown component causes the menu to only render left-aligned with the toggle, regardless of the setting of the
position
prop.How do you reproduce the problem?
Set
position='right' and
isFlipEnabled={true}` on a Dropdown.https://codesandbox.io/s/pedantic-ben-j8l5wg?file=/index.tsx
Screenshots
![image](https://user-images.githubusercontent.com/7115053/191106967-be42ded5-9230-43ef-a03a-5608235e8a8a.png)
It seems that this issue is (at least partially) caused by
position: revert
being applied when flipping is enabled.The text was updated successfully, but these errors were encountered: