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
When rendered in form, it appends invisible input element and uses translateX(-100%) to position it (source code). In LTR layout it works fine and doesn't cause an overflow. But in RTL layout it still uses translateX(-100%) and in this case it might cause an overflow, for example, when implementing Radio cards for mobile screens (column layout).
Expected behavior
It shouldn't cause page to overflow in RTL layouts.
Bug report
Current Behavior
When rendered in
form
, it appends invisibleinput
element and usestranslateX(-100%)
to position it (source code). In LTR layout it works fine and doesn't cause an overflow. But in RTL layout it still usestranslateX(-100%)
and in this case it might cause an overflow, for example, when implementing Radio cards for mobile screens (column layout).Expected behavior
It shouldn't cause page to overflow in RTL layouts.
Reproducible example
https://codesandbox.io/p/sandbox/infallible-sanne-p8j259?workspaceId=f1f4287f-0b3c-4661-ab9f-cb390c12469e
The text was updated successfully, but these errors were encountered: