react-code-input icon indicating copy to clipboard operation
react-code-input copied to clipboard

Added prevent typing letters if the type is number for Safari & Firefox

Open panaitov-pm opened this issue 4 years ago • 0 comments

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.

panaitov-pm avatar Jul 27 '21 06:07 panaitov-pm