Min and Max value same for RC Slider
I have 1 use case where I have min, max and value is same. In this case the slider track handle is towards min value. I want the track handle to be on Max end. Can anyone help me in this issue.
Example: https://codesandbox.io/s/rc-slider-test-forked-sm5py?file=/src/index.js
Screenshot:
'

Thanks in advance!
I actually have the same issue. Have you found any solutions?
Hi @EdBarrancos , There is no straight solution, but yes I managed to find one solution to it. We can handle it using the css. We can override the rc-slider-track and rc-slider-handle classes. Please find the below example. Let me know if you any challenge in it. https://codesandbox.io/s/rc-slider-test-forked-ywspl8?file=/src/index.js
Thank you