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

strict + min do not seem to work togeter

Open omerbrandis opened this issue 1 month ago • 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.

omerbrandis avatar Jul 04 '24 08:07 omerbrandis