slider
slider copied to clipboard
React Slider
When calling stopPropagation of touch move event on parent will casing problems on Slider **Problem:** Unable to change the value of Slider by touch move. **Code:** ```javascript e.stopPropagation()}> ``` As...
So I have a range slider with tooltips. My problem is that I use custom onChange and value. ``` setValueState(value)} min={minPossible} max={maxPossible} /> ``` If I just use Slider.Range without...
All examples and code sandboxes refer to `import 'rc-slider/dist/rc-slider.css';` but it should be `import 'rc-slider/assets/index.css';` All the demos are broken, i.e. https://codesandbox.io/s/o9zz7
As the title says is there any way to style the disabled state? Obviously there is the option to use `rc-slider-disabled` but i was thinking more in the lines of...
Solved issue: fix https://github.com/react-component/slider/issues/534
I would like to customize the dot in the slider by changing the background color and border. Here is my code: ``` ``` The track style changed but not the...
how to Disable hand icon on hover
Using rc-slider with a custom Handle throws the following error on the console: ``` findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Handle which is inside StrictMode....
Is it possible to have logarithmic scaling on the slider? Or alternatively, provide the values myself instead of having a linear step between them?
Hi. What's the best way to go about contributing to this library? Since this is a component library, I'd imagine, I would need to be able to install a local...