slider
slider copied to clipboard
React Slider
Hey folks. Thanks for this super sweet slider component. We're encountering an issue in which the slider moves slightly when it receives focus. In the following GIF, I am simply...
Hi, thank you for your awesome slider! I want to implement a custom handler. As a base I've taken the following example: https://github.com/react-component/slider/blob/master/examples/handle.jsx When I try to run this simple...
Hey, thanks for the great lib. However, it couldn't be bundled via webpack 5 (using corejs-3). The same issue (link below) happened exactly when using an older version of @babel/runtime,...
This solves https://github.com/react-component/slider/issues/402 Added the ability to keep the distance between the handles. Thanks.
## Issue The cursor style does not display correctly once the cursor leaves the handle, even when including a `:focus` style. ## Expected Cursor should maintain the `:focus` state until...
left - 9.3.0, right - this branch (keyboard used to move slider) 
Does component support array of steps? For example,I have props = { step: [20,30,100], min: 0, max: 100}, and i want slider only able to move, first location 20, second...
Found a bug in the current demo **Slider with custom handle and track style.(The recommended new api)** 
How can I accomplish this so that a screenreader (VoiceOver) will speak the _label_ of the currently selected mark instead of its value? e.g. in the example below, I would...
I tried to set up the range slider with tooltip as follows, ```js {value}} /> ``` In the console, it shows the following error, ``` Warning: findDOMNode is deprecated in...