slider icon indicating copy to clipboard operation
slider copied to clipboard

React Slider

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

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) ![ezgif-4-a044a5aff337](https://user-images.githubusercontent.com/8398353/83751610-c7aff680-a66f-11ea-94fc-e79eccecb139.gif)

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)** ![Запись экрана 2020-10-27 в 17 14 34](https://user-images.githubusercontent.com/39486099/97316447-cbd8ec80-187a-11eb-8350-1971899efb87.gif)

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...