-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
Feature RequestRequest to add a new featureRequest to add a new featureTriageIssue needs to be triagedIssue needs to be triaged
Description
I am using your Menu component.
Just a few features that I think would provide value to others.
- 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.
- 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;
}
- BlazoredSubMenu - for the HeaderTemplate - provide an option for submenu link to just be text and not clickable.
marcoatribeiro
Metadata
Metadata
Assignees
Labels
Feature RequestRequest to add a new featureRequest to add a new featureTriageIssue needs to be triagedIssue needs to be triaged