devfolioco / react-otp-input

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

Autofill doesn't work if the any input beside the first one is in focus. #445

Open Shaker-Hamdi opened 3 months ago

Shaker-Hamdi commented 3 months ago

In just the case of the first input in focus, the Autofill on paste works properly. Other than that, it doesn't. If any other input is in focus, the autofill on paste doesn't work properly. This also happens in the package demo page.