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

Feature request: Igx tooltip #1710

Closed
Eralmidia opened this issue Jun 26, 2018 · 5 comments
Closed

Feature request: Igx tooltip #1710

Eralmidia opened this issue Jun 26, 2018 · 5 comments
Assignees
Labels
🧰 feature-request tooltip version: 6.2.x ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@Eralmidia
Copy link

Description

Material style tooltip, similar to https://material.angular.io/components/tooltip/overview

@Eralmidia
Copy link
Author

It would be great if this was templateable as well. So a simple igxTooltip="Some text" easy tooltip for most occasions, but the ability to render html or a full component in a tooltop would also be useful.

@tachojelev tachojelev self-assigned this Aug 23, 2018
@kdinev kdinev added the 🛠️ status: in-development Issues and PRs with active development on them label Sep 4, 2018
tachojelev pushed a commit that referenced this issue Sep 13, 2018
tachojelev pushed a commit that referenced this issue Sep 13, 2018
@StefanIvanov
Copy link
Contributor

Link to the spec for the Tooltip

@Eralmidia
Copy link
Author

Great to see templating is implemented 👍 What exactly does the limitation entail? Do we always have to create a separate DOM element for a tooltip?

@tachojelev
Copy link
Contributor

@Eralmidia, we are glad you enjoy the templating functionality.

The answer to your last question is yes. In order to set a tooltip to an element, we need to create a separate DOM element, which represents the tooltip itself. While this is not as convenient as setting a single property for text only tooltips, it makes the templating, styling and access to the tooltip a lot easier.

@Eralmidia
Copy link
Author

Ok. I was thinking it would be possible to stream a template ref from the directive to the igx overlay, and only have a single tooltip component reside there? Still it's a great addition to have a templateable tooltip.

tachojelev pushed a commit to IgniteUI/igniteui-docfx that referenced this issue Sep 28, 2018
tachojelev pushed a commit to IgniteUI/igniteui-docfx that referenced this issue Sep 28, 2018
tachojelev pushed a commit to IgniteUI/igniteui-angular-samples that referenced this issue Sep 28, 2018
tachojelev pushed a commit to IgniteUI/igniteui-docfx that referenced this issue Sep 28, 2018
tachojelev pushed a commit to IgniteUI/igniteui-docfx that referenced this issue Oct 1, 2018
tachojelev pushed a commit to IgniteUI/igniteui-angular-samples that referenced this issue Oct 1, 2018
tachojelev pushed a commit to IgniteUI/igniteui-docfx that referenced this issue Oct 1, 2018
tachojelev pushed a commit to IgniteUI/igniteui-docfx that referenced this issue Oct 1, 2018
@mpavlinov mpavlinov added ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. and removed 🛠️ status: in-development Issues and PRs with active development on them labels Nov 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧰 feature-request tooltip version: 6.2.x ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
None yet
Development

No branches or pull requests

9 participants