slider icon indicating copy to clipboard operation
slider copied to clipboard

React Slider

Results 194 slider issues
Sort by recently updated
recently updated
newest added

Before react 18 update, I could set an empty string as the label for the slider, but now if I do so, the corresponding empty span blocks are not created.

Using the version 10.0.1. In the documentation for Range it says that `ariaValueTextFormatterGroupForHandles` prop can be used to set the `aria-valuetext` for each handle. However this does not currently work....

# Current behaviour Currently, when version 10.x of rc-slider is being used, the `mousedown` event when clicking the handles is not bubbling. This causes issues with other libraries, for example...

For some reason the slider does not work when inside a `leaflet-control-container` over a Leaflet map. The same component works just fine outside the map container. Any idea why? [Code...

I need to do something special with the dot for marks, but I don't have a class name for marks, so I think it's worth adding that.

added this.blur(); to remove focus from handle onmouseup event. This will resolve the issue id #579 as well.

Similar to the other components we have like `tracks`, `rail` and `handle`, this allows easier styling via classes or inline styles. I've also separated the active styles of both, as...

Trying to click and drag on desktop works very unexpectedly. It will sometimes randomly not work. ![rc-slider-bug](https://user-images.githubusercontent.com/3693009/76754468-7be16580-6782-11ea-9946-d048a586eb8b.gif) Version: 8.7.1 && 9.2.3 Tested on the [live example](http://react-component.github.io/slider/examples/slider.html) Steps to reproduce: 1....

…le = false, allowCross === false ) and you can move the handle across the other handle which should not be the case

I have set the "allowCross" to false and "pushable" to 5, but when the gap between the two handles is 5, it does not allow pushing.