-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
ToolTip for Tab-Panel #2262
Comments
Is there any progress on the subject? TabViewNav can be overridden somehow but I would like to use the official solution if this feature will be available in the near future. |
When I use tooltip over tabView tooltip show event hovering over TabContent not on just Header. It would be nice if we can know any workaround or official guide for this.
|
Same problem here. What about using an ng-template to define a custom header? This way we could use pTooltip assigned to an inner component. Something like this: |
Hi Prime-ng team, First of all, thanks for a wonderful open-source and free component library. I have been using the library for an year or so. Lately, I have had a customer requirement asking for tooltips to be shown in a UI piece developed using p-tabview and p-tabpanel. I went through documentation and found that such facility does not exist. I was navigating through the issue tracker and was hoping to find a solution around this. Unfortunately, I could't find any solution. I found this issue relevant to my requirements and I could see that this issue was logged in May, 2017. However, I do not see any commits around this issue. It will be great to know if there has been any development around this topic on your side. Do you have any plans about when this feature may be available. If there isn't any committed plan for this, I will be highly thankful to know any possible workaround for now. Regards, |
I also believe that It could be very useful to have the internationalization on the pTooltip |
@cagataycivici Thanks for this great feature. I was curious that can we make this tooltip show as conditional? For example, only show tooltip when a specific condition met. |
I'm submitting a ... (check one with "x")
Current behavior
Tool tip on a tab panel does not work
<p-tabPanel header="Vendors" leftIcon="fa-youtube" pTooltip="Tooltip text" >
Expected behavior
When a mouse hovers over the tab header, the tooltip should appear
The text was updated successfully, but these errors were encountered: