Shlomi Levi
Shlomi Levi

Reputation: 3315

How to prevent closing the menu in angular material2?

I have in my app a material menu.

https://material.angular.io/components/menu/overview

I want to prevent closing the menu when I click inside the menu.

Any ideas please?

Link to my:app

Upvotes: 0

Views: 686

Answers (1)

Ben Elliott
Ben Elliott

Reputation: 1690

You can use Event.stopPropagation() like so.

Upvotes: 1

Related Questions