devfolioco / react-otp-input

:heavy_check_mark: OTP Input Component for React

Home Page:http://devfolioco.github.io/react-otp-input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OTP is not visible in i-phone

mohitTecorb opened this issue · comments

  • Describe the Feature Request

  • Describe Preferred Solution
    otp is not visible in i-phone ,but working fine in android and laptop

same issue here. Did you fix that bug?

Can you add a screenshot or video demo for reference

@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;
}