Replies: 1 comment
-
I got this working in this way
basically you have to edit second child element of Slider and modify left attribute for to position slider ball. And to match color of the bar to correct position you have to manipulate right attribute of the first child of the first child of Slider 😃 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have useRef for Slider
const sliderRef = useRef<HTMLSpanElement>(null!);
then I have Slider
now, how to I update Slider value with useRef?
Beta Was this translation helpful? Give feedback.
All reactions