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

I added the option and scss for vertical rangesliders. Not too sure about the scss, it didnt want to build for me so I used plain css while developing. I...

hello, my client applies to be the min/max labels as the min and max values on the slider, is it, or will it be possible to set thees 2 values...

Current slider behavior is setting z-index on last moved slider to enable dragging the same slider. This is useful for overlap scenarios where min-max are close to each other (but...

Hello. using this component in latest Chrome causes following warning: ``` Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/5093566007214080 ``` Stack trace:...

Would you be open to a PR that added some additional classnames onto the slider handles that enabled the min/max handles to be styled differently? E.g., at https://github.com/davidchin/react-input-range/blob/master/src/js/input-range/slider.jsx#L258 ``` className={this.props.classNames.slider...

Hi, thanks for this module. I need to create a range input with hours and minutes. Is it possible with this module? ![range-time](https://cloud.githubusercontent.com/assets/15155405/23282506/224d437c-fa2a-11e6-94bb-9473281847da.png)

Even after setting min value for the react input range the slider is accepting negative value, below is the code and the attachment necessary for the issue. this.state = {...

I'm using multiples Inputs on the same component to change an object like this: ``` const currentDays = [ { day: 'SEG', hours: 2 } { day: 'TER', hours: 2...

Add onFocus & onBlur for the knobs, `onChangeStart`/`onChangeComplete` is not enough to handle keyboard events (doing it great when using mouse) for better accessibility. Or is there any workaround to...

The slider is not showing in version 1.3.0, i can see the min and max values and can mouse my mouse in the slider area which triggers the callbacks, but...