SAP / fundamental-ngx

Fundamental Library for Angular is SAP Design System Angular component library
https://sap.github.io/fundamental-ngx
Apache License 2.0
269 stars 129 forks source link

Tooltip not visible for dynamic-page-header text #12690

Closed GGAshwin closed 2 weeks ago

GGAshwin commented 2 weeks ago

Is this a bug, enhancement, or feature request?

Bug

Describe your proposal.

Tooltip not showing up on hover of the dynamic-page-header

Can you handle that on the application side

I have used the title attribute, but its now working with the issue

Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)

If this is a bug, please provide steps for reproducing it; the exact components you are using;

I am using the fd-dynamic-page component within the flexible-column-layout component

Please provide relevant source code (if applicable).

#### Did you check the documentation and the API? Yes #### Did you search for similar issues? Yes
GGAshwin commented 2 weeks ago

<fd-dynamic-page-header [title]="selectedProject.name"> to dynamically render text is not working as expected, but using a static text is working