davidchin/react-input-range

Reverse slider

Closed this issue · 1 comments

Currently the only way to select from the right side of the slider to somewhere in the middle is to use two slider. I'd like to have the right point fixed and the left point movable. Here's a bad doodle:

image

Are you interested in adding this reversibility to this slider?

This can probably be done with some styling, a made up slider domain, and custom display function for the labels. No need to add the feature I guess.