Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
slider tooltip not tracking with handle #648
Comments
|
+1 |
|
I solved this issue by creating my own tooltip:
and rendering the component like this:
You will need to add some css to style it, and no need for using other components such as here's my scss:
|
I see this is a recurring bug, but has anyone found a work-around? When sliding the handle, the value updates properly but the tooltip remains static until mouse release, then clicking on the handle again brings the tooltip to mouse position.