react-semantic-ui-range icon indicating copy to clipboard operation
react-semantic-ui-range copied to clipboard

Slider handler is rendered incorrectly for value = 0 and min < 0

Open ivan-kleshnin opened this issue 3 years ago • 0 comments

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.

bug jpg

I thought https://github.com/iozbeyli/react-semantic-ui-range/pull/20 will fix it didn't happen. Probably it's another similar bug.

ivan-kleshnin avatar Mar 17 '21 16:03 ivan-kleshnin