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

Issue with character 'e' still persists with latest update for input type number

Open rupin-k opened this issue 7 years ago • 2 comments

I upgraded to latest version and I can still enter char e in the input field.

rupin-k avatar Sep 27 '18 21:09 rupin-k

In version 3.8.1, I can still type 'e' in the number input box

baimaoccc avatar Feb 20 '19 08:02 baimaoccc

use filterKeyCodes={[69]} to fix it

Sorcer23 avatar Feb 19 '20 08:02 Sorcer23