Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextEllipses component requires redundant children prop if using tooltipProps #1825

Open
anastasialanz opened this issue Mar 11, 2025 · 0 comments

Comments

@anastasialanz
Copy link
Contributor

anastasialanz commented Mar 11, 2025

When setting a placement for the tooltip in the TextEllipses component, tooltipProps prop requires children when there are already requiredchildren for the TextEllipses itself. The children prop for the tooltipProps doesn't change anything in this scenario.

Example:

<TextEllipsis
  tooltipProps={{ placement: 'top', children: value }}
>
  {value}
</TextEllipsis>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant