Pavlo Panaitov

Results 3 issues of Pavlo Panaitov

It's possible to type letters when the input type is number in Safari and Firefox. Google and Opera work correctly. I added fix - https://github.com/40818419/react-code-input/pull/144/commits/2df8110fa1c2ccd01a929e01f90eaa0c15c9058c

Currently, react-code-input has a bug in value validation. In Safari and Firefox, it's possible to type letters when the react-code-input component receives 'numeric' type. Google and Opera work correctly.

Steps: - Fill out inputs with zero - Set cursor after value in the first input - ![Screenshot 2021-08-03 at 12 20 44](https://user-images.githubusercontent.com/20362498/127991583-29a3ed78-39ed-468e-b340-a7c40c73abc9.jpg) - Copy 123456 - Paste 123456 values...