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

Keyboard paste (Ctrl+V) does not work on Chrome #411

Closed amhrn closed 10 months ago

amhrn commented 11 months ago
  1. Use Google Chrome (this works on Firefox)
  2. Copy the OTP
  3. Try pasting with the keyboard (Ctrl+V)
prateek3255 commented 11 months ago

@amhrn Can you add a video or screenshot or something reproducing it? Because it seems to be working fine for me on https://devfolioco.github.io/react-otp-input/

Also can you confirm that you are on the latest version of the library (v3.0.4) which contains fixes for copy/paste issues?

amhrn commented 10 months ago

Thanks, updating worked!