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

BlazoredSubMenu Feature request #21

Open
BruceHunter opened this issue Oct 24, 2020 · 1 comment
Open

BlazoredSubMenu Feature request #21

BruceHunter opened this issue Oct 24, 2020 · 1 comment
Labels
Feature Request Request to add a new feature Triage Issue needs to be triaged

Comments

@BruceHunter
Copy link

BruceHunter commented Oct 24, 2020

I am using your Menu component.

Just a few features that I think would provide value to others.

  1. BlazoredSubMenu - for the HeaderTemplate provide a bool option to always have submenu remain "open".
  • I was able todo this with CSS, but you end of with two "open open" if you actually click on submenu hyperlink.
  1. BlazoredSubMenu - for the HeaderTemplate provide a bool option to show/hide the ("+" / "-") especially if submenu is to remain open.
  • Had to do this to hide it.
        .custom-submenu-css > span > i {
            visibility:hidden;
        }
  1. BlazoredSubMenu - for the HeaderTemplate - provide an option for submenu link to just be text and not clickable.
@BruceHunter BruceHunter added Feature Request Request to add a new feature Triage Issue needs to be triaged labels Oct 24, 2020
@BruceHunter BruceHunter changed the title [Feature Request] BlazoredSubMenu Feature request Oct 24, 2020
@chrissainty
Copy link
Member

Thanks for the great suggestions @BruceHunter. I think these could make great additions to the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Request to add a new feature Triage Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants