Currently, using Truncate mandates that a popover is included and doesn't give any flexibility with how it is implemented.
It would be helpful to have a noTooltip prop if we didn't want one, or wanted to add our own Tooltip wrapper.
We could also have a tooltipProps prop that would get spread to the internal tooltip.
This came up because of this from a figma design, in which the tooltip for truncated text includes a bold description header and is left aligned:

Workaround would be to manually truncate with css and wrap with Tooltip.
Currently, using
Truncatemandates that a popover is included and doesn't give any flexibility with how it is implemented.It would be helpful to have a
noTooltipprop if we didn't want one, or wanted to add our ownTooltipwrapper.We could also have a
tooltipPropsprop that would get spread to the internal tooltip.This came up because of this from a figma design, in which the tooltip for truncated text includes a bold description header and is left aligned:

Workaround would be to manually truncate with css and wrap with
Tooltip.