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
@gsofter please make sure to set padding-right: 0 in styles of your input. It seems that the browser sets some padding for an input on iOS. Suprisingly, it happens only on physical mobile device and cannot be reproduced using safari devtools on macOS.
Example code using styled-components:
When we input the numbers on iPhone(Safari), the numbers are not being displayed fully but it is being cut down.
Screenshot
The text was updated successfully, but these errors were encountered: