fix: #12246 - Tooltip. Add ability to enable tooltip only if element …#19337
Conversation
|
Thank you for your contribution! We will review your PR shortly. Please make sure to manually link it to an issue for proper tracking. |
AI Code ReviewChanges Suggested SummaryAdds a showOnEllipsis feature to the Tooltip component that conditionally displays tooltips only when text overflow occurs (ellipsis is active) Issue AlignmentThe implementation aligns with the requested feature to show tooltips only when element has overflow/ellipsis. The approach is straightforward and matches the example usage pattern from the issue. Concerns
Suggestions
This is an automated review. A maintainer will provide final approval. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Thanks a lot for your contribution! But, Unit tests failed. You can check the unit tests with the command 'pnpm run test:unit' and commit the changes. |
fixes #12246