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

Breadcrumb home icon customization fails #2531

Closed
sudheerj opened this issue Apr 16, 2017 · 2 comments
Closed

Breadcrumb home icon customization fails #2531

sudheerj opened this issue Apr 16, 2017 · 2 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@sudheerj
Copy link
Contributor

We can use home property of Breadcrumb component to customize it as menu item.But as of now the icon is not overriden from menuitem.

this.home = {
            label: 'Home',icon: 'fa-globe', command: (event) => {
                this.msgs.length = 0;
                this.msgs.push({severity: 'info', summary: "Home"});
            }
        };
@cagataycivici cagataycivici self-assigned this Apr 26, 2017
@cagataycivici cagataycivici changed the title Breadcrumb home icon customization Breadcrumb home icon customization fails Apr 26, 2017
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Apr 26, 2017
@cagataycivici cagataycivici added this to the 4.0.0-RC4 milestone Apr 26, 2017
@wlanni
Copy link

wlanni commented Sep 7, 2017

I don't understand why this was closed. The documentation here still displays the home property as configurable as a MenuItem. Is this going to be added into another milestone?

@rich4756
Copy link

It seems the only MenuItem field that has an affect is command. I am specifically looking to change the icon and add text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

4 participants