Vojtech Miksu
Vojtech Miksu
Why can't you enforce that by setting `min`, `max` and `step` values?
I guess there could be also `maxDistance`. I wonder if this could be improved > So far I manipulate the value in onChange handler, but it is a bit laggy...
If you want to, you should try to put a PR together.
Seems like a bug.
Ah, it seems to be fine in Safari v14. Do you see any errors in the console? Technically, we don't support Safari v12 but if there is an easy fix,...
iOS 12 is pretty old, probably some newer API getting broken on this older version of Safari
I like this feature. A few things to do: - add the story here: https://github.com/tajo/react-range/blob/master/src/range.stories.tsx - normalizeValue should have a new unit test for this - update README.md
It would be nice to have an option to use an alternative scale like log10 or exponential. > a hard coded list of values Not a big fan of this....
Can you create a repro with [CodeSandbox](https://codesandbox.io/s/rlp1j1183n)?
There was a change made that could fix this. Can you try it?