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

Hi, folks. I'm curious about the version of React and ReactDOM. Are there any plans to bumb versions of React and ReactDOM to 17.x.x? Or there is a way to...

Can we not change the step amount for pageup/pagedown? It seems to be hardcoded to 2, and this is a very small amount for pageup/pagedown increments.

Opening (I think) any CodeSandBox of [slider-react-component.vercel.app](https://slider-react-component.vercel.app) has this import error I have only opened Marks and Slider demos A Slider demo with import error: https://codesandbox.io/s/p8ytog I changed : ```...

export 'Range' (imported as 'Range') was not found in 'rc-slider' (possible exports: default)

onBeforeChange fires between two and three times every time I click the handle or the track. I haven't noticed this happening when I click and drag the handle.

It is convenient to use `data-testid` JSX/HTML-attribute for testing purposes. Set it to the root `rc-slider` HTML element. [React modal](http://reactcommunity.org/react-modal/#usage) as example has the `testId` prop: > String `testId` that...

On iPhone(version 13.2) and Android(version 10), when you quickly move the slider it will sometimes snap the just moved marker to a previous position. In the gif below, I'm on...

Ex: ```css .rc-slider-rail { position: absolute; width: 100%; height: 4px; background-color: var(--rc-slider-rail-background, #e9e9e9); border-radius: 6px; } ``` ```css :root { --rc-slider-rail-background: #e9e9e9; --rc-slider-track-background: #abe2fb; --rc-slider-handle-background: #fff; --rc-slider-handle-border-color: #96dbfa; --rc-slider-handle-dragging-background: #fff;...

In the documentation section here I'm clicking open demo on codesandbox ![image](https://user-images.githubusercontent.com/86713661/157294069-9967dd3d-5355-4d09-ad6a-fbc702d32f0b.png) https://slider-react-component.vercel.app/demo/debug and it is broken ![image](https://user-images.githubusercontent.com/86713661/157294100-591d0c50-a292-4df5-9343-36fa1338274b.png)