soywod / react-pin-field

📟 React component for entering PIN codes.
https://soywod.github.io/react-pin-field/
MIT License
413 stars 24 forks source link

Paste doesn't work on macOS #13

Closed jdosornio closed 4 years ago

jdosornio commented 4 years ago

Cmd+V Does not trigger any paste when focusing the pin fields. Paste works when you select paste from the secondary click context menu.

Ctrl+V Seems to work in Linux and Windows

soywod commented 4 years ago

I don't have a Mac, it's hard for me to debug this. Could you please tell me what you see when you press the Cmd key? https://keycode.info/

soywod commented 4 years ago

Got it! A missing condition was preventing the onPaste to trigger. The fix will be shipped in the v1.0.0.

jdosornio commented 4 years ago

Great! Thank you