Pavlo Panaitov
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 -  - Copy 123456 - Paste 123456 values...