Bug Report
- Package version(s): latest
Priorities and help requested (not applicable if asking question):
Are you willing to submit a PR to fix? Yes
Requested priority: Normal
Products/sites affected: VSTS
Describe the issue:
Currently there is no ability to have a menu item that is both an anchor element, and contains a sub menu. The current workaround is to use a button to get the sub menu, but in that case we lose the ability to right-click, open in a new tab, etc.
Actual behavior:
When a menu item contains an href and subMenuProps, the subMenuProps are ignored.
Expected behavior:
When a menu item contains an href and subMenuProps, an tag is used and the sub menu is rendered.
Bug Report
Priorities and help requested (not applicable if asking question):
Are you willing to submit a PR to fix? Yes
Requested priority: Normal
Products/sites affected: VSTS
Describe the issue:
Currently there is no ability to have a menu item that is both an anchor element, and contains a sub menu. The current workaround is to use a button to get the sub menu, but in that case we lose the ability to right-click, open in a new tab, etc.
Actual behavior:
When a menu item contains an href and subMenuProps, the subMenuProps are ignored.
Expected behavior:
When a menu item contains an href and subMenuProps, an tag is used and the sub menu is rendered.