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

IdsText: add the ability to use tooltip without overflow #2811

Open
infor-mperalta opened this issue Sep 9, 2024 · 2 comments
Open

IdsText: add the ability to use tooltip without overflow #2811

infor-mperalta opened this issue Sep 9, 2024 · 2 comments
Labels
jira type: enhancement ✨ New feature or request [2] Velocity rating (Fibonacci)

Comments

@infor-mperalta
Copy link

Is your feature request related to a problem or use case? Please describe.
The IDS text component has the tooltip attribute but currently, it needs the overflow attribute for it to work/show the tooltip.

Describe the solution you'd like
The IDS Text component would work better if, regardless of having the overflow attribute activated, the tooltip attribute could still be used/shown

Describe alternatives you've considered
None

Additional context
image

@tmcconechy tmcconechy added type: enhancement ✨ New feature or request [2] Velocity rating (Fibonacci) labels Sep 9, 2024
@tmcconechy tmcconechy changed the title IDS Text: add the ability to use tooltip without overflow IdsText: add the ability to use tooltip without overflow Sep 9, 2024
@anhallbe
Copy link
Contributor

How about this, as a workaround?

<ids-text id="the-text">
  This text has a tooltip
</ids-text>
<ids-tooltip target="#the-text" placement="bottom">
  This is a tooltip for the text
</ids-tooltip>

@AAlviar
Copy link

AAlviar commented Sep 17, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jira type: enhancement ✨ New feature or request [2] Velocity rating (Fibonacci)
Development

No branches or pull requests

4 participants