Replies: 1 comment
-
You need to place the clickable element outside Here's a fixed sandbox showing how you can achieve the same thing: https://stackblitz.com/edit/github-wd5ujsmd-7knsrjw3?file=src%2FApp.tsx (Note that I'm using |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'm trying to use the MiddleTextTruncation component and want to have the option to click on the truncated text to display it in a popup if needed. For some reason, the content isn't clickable. Any idea what I'm doing wrong here?
Here's an example with the issue described:
https://stackblitz.com/edit/github-wd5ujsmd?file=src%2FApp.tsx
Beta Was this translation helpful? Give feedback.
All reactions