react-range
react-range copied to clipboard
Stop labels from moving off screen
Currently if there are long labels, they remain center aligned when at the min/max positions.
It would make more sense to left/right align them at those points.
current example:
super old angularjs slider example I used to use (they're center aligned until the edges are reached):
since I'm attempting to implement custom labels, has anyone run into this and have a fix?
@kurtnovack Have you found any solution?