Show tooltip only when text is overflowed #6383
jim-king-2000
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Suppose I have a very long text to display.
<p className='text-nowrap overflow-hidden text-ellipsis'>{longText}</p>We are gonna show only a portion of it with an ellipsis if the space is not enough.
But I want to show tooltip when the ellipsis emerges. Is there any pure css solution?
Beta Was this translation helpful? Give feedback.
All reactions