This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
tooltip={'always_visible': True} doesn't work with slider #640
Labels
dash-type-bug
Something isn't working as intended
I get an error when I use the tooltip={'always_visible': True} argument when creating a dash slider in python.
The error only appears when I move the slider.
When I remove the tooltip argument, the code runs fine (but I don't get the tooltip that I need).
I would expect the tooltip to show the current value of the slider as it moves and the tooltip to persist even I move the mouse away.
Instead, I get this error:
Although I pass the correct key {'always_visible': True}, it seems to be getting overridden to 'visible' further down the line.
The text was updated successfully, but these errors were encountered: