devfolioco / react-otp-input

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

Auto filling otp input in safari. #290

Closed sugamantra closed 1 year ago

sugamantra commented 3 years ago
rake7h commented 3 years ago

Facing the same. @sugamantra did you find any workaround?

carryall commented 2 years ago

Does a workaround with a hidden input with autoComplete="one-time-code" and an onChange function to sync the value from the hidden input to the OTP input works? 💭

NareshItla commented 2 years ago

@ajayns , @apollonian Can u check this once need help on this feature. @carryall , @sugamantra did u guys get any solution for this issue. I am also facing same.

ritikbanger commented 2 years ago

The feature is available in: https://www.npmjs.com/package/react18-input-otp

prateek3255 commented 1 year ago

You can now fully customize the inputs with v3