slider icon indicating copy to clipboard operation
slider copied to clipboard

React Slider

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

![image](https://user-images.githubusercontent.com/86713661/157290378-876ffce3-59d5-4327-86c2-5af6c20f06a4.png) So, I can't get the code out of this code example

I just want to note here that the alpha releases for 10.0 are the default installation from npm. And it breaks a bunch of things (Range import doesn't work, for...

The keyboard navigations are not working as expected when the `step` value is set to `null`. This can be reproduced in the official website [example](https://slider-react-component.vercel.app/demo/marks). Steps to reproduce the issue:...

The tooltip is loading out of place on the first component load, if I move it goes to the correct place and works as intended, just on the first load...

Steps: 1. Click on slider handler 2. Switch tab on your browser 3. Return on tab slider https://codesandbox.io/embed/o969pz2226 P.S. If i do not mistake. it was broken in 8.6.4 version

Is there a way to display a tooltip for each mark on a slider? I have a slider and the value of each point updates the page content rendered below,...

Hello, i noticed this is fired ( along a warning regarding findDomNode ) when scrolling. Mobile only

React has changed the event system in v17. This breaks rc-slider. The slider stays stuck to the cursor after releasing the click. Thought I'd give you a heads up, thank...

`draggableTrack`, added in #722, doesn't respect the `step` prop, instead allowing users to drag the track to any value. For example (see also [this Codepen](https://codepen.io/rmccue/pen/VwKQBJa?editors=0010)): ```jsx ``` This will only...