You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tooltip remains open sometimes when slider values are changed from mouse click, and is you want to close it you must press click outside the range component.
Then its called again the method onChange. So onChange method its called 2 times in that situation.
You can check here: http://react-component.github.io/slider/examples/handle.html on Range with custom tooltip . Just press a few times and you will notice the tooltip remains open.
The text was updated successfully, but these errors were encountered:
Tooltip remains open sometimes when slider values are changed from mouse click, and is you want to close it you must press click outside the range component.
Then it
s called again the method onChange. So onChange method it
s called 2 times in that situation.You can check here: http://react-component.github.io/slider/examples/handle.html on Range with custom tooltip . Just press a few times and you will notice the tooltip remains open.
The text was updated successfully, but these errors were encountered: