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

after I installed and connected the slider, the console gives an error how to solve this problem? for gatsby.js

```jsx { this.setState({ zoom }); }} /> ``` screenshot: ![image](https://user-images.githubusercontent.com/15937285/86110193-d4e9c500-baf7-11ea-8870-a26d1feec061.png) **Problem: max will never be 2, it forever only can be 1.9。** **Let's View The Reason:** in this function, from...

I cannot build project because of import error in missing exported member of rc-tooltip. Error as below: ``` ERROR in [at-loader] ./node_modules/@types/rc-slider/index.d.ts:16:10 TS2614: Module '"../../rc-tooltip/lib"' has no exported member 'RCTooltip'....

If there are two slider handles and you want too limit the distance between them to say 20, there is no way to do this. we can only set the...

help wanted
Feature

when params are the following: min: 0.1 max: 25 step: 0.1 the max value that the slider allows me to change is up to 24.9, so I can't select 25...

A site operated by my workplace uses react-axe to check the accessibility of the site, and although seemingly a minor issue, react-axe flags the slider handle as non-accessible under: "ARIA...

![rc_slider](https://user-images.githubusercontent.com/35086260/85663454-bbe7ab00-b6d6-11ea-8ad9-d084772f8b83.gif)

TS declaration file is missing ![1](https://user-images.githubusercontent.com/458894/81247267-1b68f900-904c-11ea-8079-01475d831572.png) TS warning shows that: ![2](https://user-images.githubusercontent.com/458894/81247289-2c196f00-904c-11ea-88b5-812a7bb476de.png)

Did anyone come across this issue? If yes then please let me know what's the solution. Thank you Slider stucks to the mouse and then wherever we move the mouse...

We've encountered a usecase where we needed to handle onChange event differently depending if the click originated from a label or a slider element. This fork adds a `source` to...