You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] bug report => Search github for a similar issue or PR before submitting
[X] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
Current behavior
The icon property of MenuItem is ignored by BreadcrumbComponent.
Expected behavior BreadcrumbComponent displays specified icon to left of label like most other PrimeNG menu components.
What is the motivation / use case for changing the behavior?
Provide additional information to user about the items displayed in the breadcrumb navigation.
Create more consistent API/developer experience across PrimeNG menu components.
Make BreadcrumbComponent even more awesome.
The text was updated successfully, but these errors were encountered:
cagataycivici
changed the title
Enhancement: Support MenuItem.icon in Breadcrumb
Support for MenuItem icons in breadcrumb
Mar 26, 2018
If `MenuItem` structure specifies an icon, let's draw that on the Breadcrumbs.
Additional fix is provided for customizing `home.icon` in the case where `home.routerLink` is defined.
It can solve primefaces#4891
If `MenuItem` structure specifies an icon, let's draw that on the Breadcrumbs. Applying a class of `ui-menuitem-icon` would allow user to customize display, if desired.
Additional fix is provided for customizing `home.icon` in the case where `home.routerLink` is defined.
It can solve primefaces#4891
If `MenuItem` structure specifies an icon, let's draw that on the Breadcrumbs. Applying a class of `ui-menuitem-icon` would allow user to customize display, if desired.
Additional fix is provided for customizing `home.icon` in the case where `home.routerLink` is defined.
It can solve primefaces#4891
I'm submitting a ... (check one with "x")
Current behavior
The
icon
property ofMenuItem
is ignored byBreadcrumbComponent
.Expected behavior
BreadcrumbComponent
displays specifiedicon
to left oflabel
like most other PrimeNG menu components.What is the motivation / use case for changing the behavior?
The text was updated successfully, but these errors were encountered: