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

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.1 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

It would be wonderful if there was an option to disable some range of values. BTW great work!!!

[https://drive.google.com/file/d/16EMd3XAavLQvPXJxQFJa2ZcX0eOxKPyG/view](url) By the reference of above video, I want to open one issue I have faced using this library. I had the demand for input range which has separate step...

Hi @davidchin! Another PR, this time to make the showing or hiding of labels configurable. It is in the same vein as #24 but with more granular controls and on...

I tried to change the style but the documentation was really complicated,

Hey, I use react-input-range in modal window togather with bodyScrollLock. bodyScrollLock has `event.stopPropagation();` in it's `handleScroll` method: https://github.com/willmcpo/body-scroll-lock/blob/master/src/bodyScrollLock.js#L136 handleScroll is being triggered by `ontouchmove` event. Since it has `stopPropagation` `ontouchmove`...

![react_range_control](https://user-images.githubusercontent.com/4324643/51624365-b8814a80-1f4b-11e9-8c2d-53efeaa6033d.png)

I'm not even sure if I want to file this ticket, this error has appeared twice in my Rollbar production logs (in safari and chrome) but I'm unable to replicate...

This seems pretty straight-forward, but I haven't been able to figure out how to bring in and modify the slider's color? Is there something in the docs I'm missing? Thanks

Hi @davidchin! Firstly, thank for you building this useful component and putting out there! It seems to be a common use-case for sliders to have some sort of a tooltip....