slider icon indicating copy to clipboard operation
slider copied to clipboard

React Slider

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

I have 1 use case where I have min, max and value is same. In this case the slider track handle is towards min value. I want the track handle...

Hello, I want to use the "onChange" function only on the slider area. However, "onChange" function is not required for marks. That's a rather big bug for my project. ```...

We use ReadonlyArray in typescript alot, but we get an error passing it to rc-slider, even though you do mutate the array. Changing it would only allow more types to...

In our project, the ValueType needs to be `number | undefined`. The SliderProps type was updated to default its ValueType to `number | number[]`. It's using generics now so should...

Hi, I am having major issues gettin the Tooltip to work on a range slider. I have tried following examples and other "solutions" but they all seem to have a...

I just get an invalid prop, I don't see the prop in SliderProps from Slider.d.ts. Thanks!

`import { Range } from 'rc-slider';` => error: "Module '"rc-slider"' has no exported member 'Range'." after upgrading to "rc-slider": "^10.0.0-alpha.6" doc still says you can import Range from rc-slider. forced...

steps to reproduce: 1. Install latest version (10.0.0alpha5) 2. Try to import and use createSliderWithTooltip, per instructions in readme.md Expected: app would show a slider with tooltip Actual: console complains...

How do you migrate the `` component to version 10?

I have checked the documentation and other issues, but unfortunately I cannot find any way to add box-shadow or change color of the handle when there is a focus on...