Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cdk/menu): not to close on outside click, add output event for outside click of menu, add output event for contextmenu #29872

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 13, 2024

  1. feat(cdk/menu): not to close on outside click

    this commit adds new input in menu trigger which allows users to disable closing menu on outside clicks
    
    fixes angular#29072
    naaajii committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    ec550fd View commit details
    Browse the repository at this point in the history
  2. feat(cdk/menu): add output event for outside click of menu

    this commit exposes an output which emits whenever the user clicks outside open menu
    
    fixes angular#29072
    naaajii committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    0b94aee View commit details
    Browse the repository at this point in the history
  3. feat(cdk/menu): add output event for contextmenu

    this commit exposes an output that emits whenever user triggers `contextmenu` event which contains `clientX` and `clientY` position respectively
    
    fixes angular#29072
    naaajii committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    dfb194c View commit details
    Browse the repository at this point in the history