react-input-range
react-input-range copied to clipboard
React component for inputting numeric values within a range (range slider)
Hi, thanks for this cool component! I have added the details in this [SO thread ](https://stackoverflow.com/questions/51715883/react-input-range-does-not-trigger-eventsonchange-onclick-inside-react-leafle) You might be able to help me guys, please have a look
How can I disable min/max value? 
I am using CSS modules in my react project. ``` { loader: require.resolve('css-loader'), options: { modules: true, localIdentName: '[local]__[name]--[hash:base64:5]', importLoaders: 1, sourceMap: true }, }, ``` How can I implement...
It gives long decimal values and does not comes on 0.5 or 0.9 if i use the range of 0.1 to 0.9 and make step 0.1.
The current step algorithm has a weird behavior when used with `minValue` & `maxValue` values that are not multiples of `step`. (as reported by https://github.com/davidchin/react-input-range/issues/46) This PR introduces a new...
Addresses the “range out of scope” issue - https://github.com/davidchin/react-input-range/issues/117 The issue was happening on a multi-value slider with a wide range of accepted values, when you click on the "outside"...
closes #61 Only register track mousedown/touchstart when either track background or active track were clicked/tapped.
Situations = non "draggableTrack", single value ranges