devfolioco / react-otp-input

:heavy_check_mark: OTP Input Component for React
http://devfolioco.github.io/react-otp-input
MIT License
654 stars 424 forks source link

OTP is not visible in i-phone #372

Open mohitTecorb opened 1 year ago

mohitTecorb commented 1 year ago
satoshiman commented 1 year ago

same issue here. Did you fix that bug?

prateek3255 commented 1 year ago

Can you add a screenshot or video demo for reference

mohitTecorb commented 1 year ago

@satoshiman Yes , you have to add some padding in the input field . use this code in your global css .

@media screen and (max-width: 425px) .otp_input_box input { padding: 0px 0px !important; width: 7px !important; }