suweya / react-verification-code-input

🎉A verification code input
https://suweya.github.io/react-verification-code-input/
148 stars 62 forks source link

feat: add onFocus event #104

Closed davidcostadev closed 1 year ago

davidcostadev commented 2 years ago

Hi! First thank you very much for this package, it has been of great help.

This pull request comes to fulfill a need to capture the focus event, to precisely focus the fields on the screen when the user focuses on the field.

The tests are passing

image