Menu icon indicating copy to clipboard operation
Menu copied to clipboard

BlazoredSubMenu Feature request

Open BruceHunter opened this issue 3 years ago • 1 comments

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 avatar Oct 24 '20 15:10 BruceHunter

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

chrissainty avatar Oct 26 '20 22:10 chrissainty