-
-
Notifications
You must be signed in to change notification settings - Fork 775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Range Doesn't Support Custom Tooltip #377
Comments
I have a custom tooltip that is working for me (on a range). You can try importing Range instead?
|
Have you tried logging anything in your handle function to ensure that the function gets used? In my case the prop "handle" does not get triggered if the range is used as a createSliderWithTooltip(range). Guess, this is a bug... Theoretically you could work around this via the prop "handleStyle" and supply an array with objects containing css definitions, one object per handle, but there, also, is a bug where only the first object is being used and applied over all handles. Sorry for all the bad news, though. |
Hmm, I’m 100% certain it’s working for me because of a bunch of custom date formatting in it. |
If you want to use a custom Tooltip then you don't need to use |
Duplicate of #400 |
is this working? For me, the tooltips don't show at all :( |
@rainitesh same problem for me. I tried the same example in the docs. |
I copied the example in the docs and added a Range component that uses the same tooltip as the Slider. The custom tooltip on Slider works as anticipated. However, the tooltip on both Range components is identical despite one of the Range components receiving a handle prop with custom tooltip. Thoughts?
The text was updated successfully, but these errors were encountered: