Jordan

Results 2 comments of Jordan

A little workaround that I came up with is to round the numbers you get in the onChange function. In your case you can do something like this: ``` const...

I'm a bit late to the party but I think I came up with a simple (and "hacky") solution to the problem. Basically you need to create 2 functional React...