react-code-input
react-code-input copied to clipboard
Issue with character 'e' still persists with latest update for input type number
I upgraded to latest version and I can still enter char e in the input field.
In version 3.8.1, I can still type 'e' in the number input box
use filterKeyCodes={[69]} to fix it