-
Discussed in #1802Originally posted by geoidesic September 1, 2023 I can appreciate that on click is useful and necessary for mobile devices but it's not useful for desktop, where the idea is that a tooltip provides information about the element you are hovering over. The one on the IBM live demo works as expected: https://carbondesignsystem.com/components/tooltip/usage/#live-demo |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
In v11 Tooltip was sort of split up into two components: You can see a reference to this in the migration guide:
And the Toggletip docs:
Integration of v11 is tracked here: |
Beta Was this translation helpful? Give feedback.
-
If you want a simple tooltip that appears on hover you can use |
Beta Was this translation helpful? Give feedback.
If you want a simple tooltip that appears on hover you can use
TooltipIcon
orTooltipDefinition
.