vlad-ignatov/react-numeric-input

strict + min do not seem to work togeter

Opened this issue · 0 comments

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.