I've encountered an issue where if there are multiple menus in the header, opening a menu for the first time works fine. However, if a menu is already open and I try to open another one, it doesn't work as expected. It closes the previously opened menu first, requiring an additional click to open the new menu.
What I'm looking for is a solution where clicking on a menu opens it with a single click, closing any previously opened menu at the same time. Unfortunately, I haven't been able to find any information on this in the Angular2 Material documentation.
You can check out a sample of this issue by following this link: