Skip to main content

I have an input component that I use as a base for other components like a dropdown. When I swap an instance of the base input with a dropdown, it flips vertically. I just built these and didn’t flip anything when making them, so I’m confused what’s happening.



Here’s the input vs the dropdown.


INPUT



Input component


DROPDOWN





It looks like your Input variant is flipped vertically. Check the coordinates (in your screenshot, X = 20, Y = 70, but the value on the Y axis should be, apparently, 20).


Wow you’re right! Thank you so much! I couldn’t figure out how to tell if they were flipped.


This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.