react-otp-input
react-otp-input copied to clipboard
Fix unshown input numbers in the iphone Safari (#265)
-
What does this PR do? Fix unshown input numbers in the iphone Safari.
-
Any background context you want to provide? issue #265 This issue happened because there's some padding on input element inline style inside SingleOtpInput component in my case
Why its not merged
I am also facing the same issue, On the android device, the Desktop is working fine, but on the iOS device, it was not showing the input we entered.
We have a published a new OTP input package right here. Please use this: https://www.npmjs.com/package/react18-input-otp
We updated the file structure with v3 can you reopen the PR with latest changes if they’re still needed