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

We noticed this in our app when we put a tooltipped slider inside a popover, the app would crash when the popover was opened and the console would have an...

In v9.2.3, it appears that onAfterChange is not firing. When manipulating the slider, I am seeing `handleChange` in my console but `onAfterChange` never appears afterwards. ``` { console.log('handleChange'); }} onAfterChange={value...

React/Typescript used in the project. Imported as said in the readme. ![image](https://user-images.githubusercontent.com/16179239/122112944-1919c680-ce2a-11eb-93a2-e1523bf82589.png) Error occurred immediately (i'm not able to show the whole path; '..les' from 'node_modules'). ![image](https://user-images.githubusercontent.com/16179239/122113235-7f064e00-ce2a-11eb-8225-dc07447da293.png) And for some...

Added a **number** type on _pushable_ property of _Range_ component to reflect the real behavior of this property. See documentation : https://github.com/react-component/slider#range Fixes #755 and #654

Hi, I tried a basic rc-slider in codesandbox and the reverse function is not working, there is no movement in the slider track position and also the direction is not...

# What did we do After updating working code from `9.2.4` -> `9.3.0` we are no longer able to build our project... # Error Detail: Specifically, here is the error...

The title could be incorrect, but on the (maybe unofficial?) documentation, it says that "pushable" can be of type boolean or number. It is also present in the examples. However,...

Given `min=-2.5` `max=2.5` `step=1`, `ensureValuePrecision` on edge values (`min` or `max`), it gives value out of scope like `-3` and `3`.

I am assuming this slider component uses semantic versioning so that a major release indicates a breaking change. I skimmed the changelog and also the releases and I could find...