react-code-input
react-code-input copied to clipboard
Added prevent typing letters if the type is number for Safari & Firefox
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.