react-semantic-ui-range
react-semantic-ui-range copied to clipboard
Slider handler is rendered incorrectly for value = 0 and min < 0
Slider handler position is wrong for value=0
when min
is set to negative values. The handler starts from the leftmost place and jumps immediately to the correct one on any change.
I thought https://github.com/iozbeyli/react-semantic-ui-range/pull/20 will fix it didn't happen. Probably it's another similar bug.