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

How to stop click event propagation on DropdownMenu #1427

Open
narayanchoudhary opened this issue Sep 17, 2022 · 0 comments
Open

How to stop click event propagation on DropdownMenu #1427

narayanchoudhary opened this issue Sep 17, 2022 · 0 comments
Labels

Comments

@narayanchoudhary
Copy link

narayanchoudhary commented Sep 17, 2022

// Parent Div
<div onClick={()=> alert('I am clicked')}>

    //Child 
        <DropdownMenu>
             <MenuItem>item 1<MenuItem>
        </DropdownMenu>
</div>

When I click on DropdownMenu the onClick of the parent div also gets called.

How can I stop that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant