Bug
It should be possible to use the MatMenuTrigger.menuOpened event to load new menu data when a menu is opened.
If menu data changes after Mat-Menu is opened the menu loses focus and the user can't navigate the menu with arrow keys unless they tab back to the menu.
https://stackblitz.com/edit/mat-menu-on-open-update-issue
Sometimes it is desirable to load menu data only when the user clicks the menu to avoid unnecessary network requests. Doing this should not break accessibility.
Material: 7.0.3
Angular: 7.0.3
Any ideas when this fix will be merged in? Or a workaround to use in the meantime?
Still experiencing this issue, has it been resolved?
Looks like there is no fix here up to now.
@crisbeto this should be fixed as of v9 when we switched menu to use @ContentChildren, right?
Most helpful comment
Any ideas when this fix will be merged in? Or a workaround to use in the meantime?