react-input-range
react-input-range copied to clipboard
React component for inputting numeric values within a range (range slider)
Hi, I'm using the **"react-input-range"**: version **"^1.3.0"**, and have an issue when I make a click at the corners of the range, it gives values out of the scope, for...
Is there a way I can programatically set values?. Basically i would like to implement a reset button that sets range sliders back to its default values. Once these values...
Hi @davidchin, I noticed that the Airbnb Rheostat component has more accessibility support that this library could utilize as well on the Handle. https://github.com/airbnb/rheostat/blob/ec25183d4475e72ea3f18e7b34c8627fbe2386c0/src/Slider.jsx#L716-L719 Thoughts?
I wanted to do some more detailed customization than is possible with `classNames` and `formatLabel`. This PR allows you to pass in your own `Track`, `Slider`, and `Label` components to...
When importing InputRange into a .tsx file as a default import: `import InputRange from 'react-input-range';` I get this error: _Uncaught Error: Element type is invalid: expected a string (for built-in...
Use import PropTypes from 'prop-types' instead.
This came as a need I have to style the 2 sliders labels differently. The 2 sliders are identical in structure and classes so it is really hard to access...
Sorry for any terminology errors. I'm trying to use this in a stateless component using latest React and TypeScript. However I get this error: ``` Invariant Violation: Element type is...
Is there a way to set disabled to match a parent fieldset's disabled state. Much like any regular form input works. In the below example the input is disabled **because**...