react-range icon indicating copy to clipboard operation
react-range copied to clipboard

🎚️Range input with a slider. Accessible. Bring your own styles and markup.

Results 66 react-range issues
Sort by recently updated
recently updated
newest added

Encountered this issue today. Please let me know how can I gather more info on this ``` Failed to compile. ./components/Catalog/filters/queryRange.tsx:228:34 Type error: 'Range' cannot be used as a JSX...

I am using the component and I am trying to remove the focus ring around the thumb when I drag it using mouse. Basically I need to apply the default...

It would be really helpful if the typings for Range props are exposed. Happy to open a PR. Thanks for making this!

I am now using react-range lib to add multi-range slider in my project. And I want to disable the specific thumb instead of the whole layout of range slider. Is...

is there any way to pass the disabled prop into renderThumb?

Hello, any help with this issue? I'm using Firefox. Thank you

bug

``` import React from "react"; import ReactDOM from "react-dom"; import { Range } from "react-range"; const STEP = 1; const MIN = 0; const MAX = 100; const initialState_1 =...

Currently if there are long labels, they remain center aligned when at the min/max positions. It would make more sense to left/right align them at those points. current example: super...

Hi, is there a way to pass an array of numbers to step prop? For example I have an array [1, 5, 9] and I want pass to slider exactly...

Create a new prop in order to allows a minimum distance between thumbs. I think that is pretty useful and I also saw that issue which already mentioned it: https://github.com/tajo/react-range/issues/109