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
MCT has a custom implementation for Tooltips at the moment, for which I may file other issues or start a new discussion.
But I just realized that to get truly inline tooltip triggers (that flow with surrounding content and also wrap correctly), I need to add ds-c-tooltip__trigger-link to className and also pass component="a" as an additional prop.
Is there a good design reason why there can't just be an inline prop or similar that handles this completely?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
MCT has a custom implementation for
Tooltip
s at the moment, for which I may file other issues or start a new discussion.But I just realized that to get truly inline tooltip triggers (that flow with surrounding content and also wrap correctly), I need to add
ds-c-tooltip__trigger-link
toclassName
and also passcomponent="a"
as an additional prop.Is there a good design reason why there can't just be an
inline
prop or similar that handles this completely?Thanks
Beta Was this translation helpful? Give feedback.
All reactions