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

React component for inputting numeric values within a range (range slider)

Results 108 react-input-range issues
Sort by recently updated
recently updated
newest added

When I tried to control the keyboard to change the values of "Range" component, I could exceed the max and min values.

Please consider converting it into a table format which is the most common one on Github repos :)

Hi i have one commit to your repository, i appended class for label component when when slider moving. It is helps to everyone controlling tooltips above the dot. Can you...

I'm trying to write a test which checks that when I change the values, certain strings in the DOM change. I'm trying to simulate a click on the track container...

Hi!, I'm wondering if there's a way to show each step (value) at tracks bottom so an user can see each step value instead of only the min and max...

I'm running a next.js app on dev and when I load the component which contains the input range, nothing shows I have to refresh the page to get it to...

I found the fix its just to move these lines ```javascript if (this.isSliderDragging) { this.isSliderDragging = false; } ``` to the top of the `handleInteractionEnd` function in `input-range.js`

We're trying to make the area around the line activate the slider so it can slide left or right. When on a mobile device or even desktop, the mouse has...

This fix allows `draggableTrack={true}` to be used, even when `value` is `number`. Currently it only works when `value` is `Range`. This resolves issue #124

``` warning.js?8a56:36 Warning: Failed prop type: The prop `children` is marked as required in `Label`, but its value is `undefined`. in Label (created by Slider) in Slider (created by InputRange)...