vlad-ignatov / react-numeric-input

Numeric input component for react
MIT License
280 stars 104 forks source link

strict + min do not seem to work togeter #136

Open omerbrandis opened 4 months ago

omerbrandis commented 4 months ago

hello

seems that setting both min and strict leads to unexpected results. none numerics are not displayed) but can't set a value.

I can get around this by removing strict, and using my own onKeyPres callback insteadthat calls Event.preventDefault(); for none-numerics.