-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
[Menu] Configure MenuItems not to close the Menu when clicked #46
Comments
I would like to look into this matter. From what you said what I understood is that you meant this behaviour: in the official MUI menu docs , there is a "Dashboard" example , on clicking menu appears and on clicking any of the menuitem it disappears. You want to give an option to the developer to keep the menu alive even when the user clicks on any of menuitem. |
That's correct. This can be implemented in the |
Can I work on this issue? |
Go ahead! |
mui/material-ui#38324 (comment)
Consider adding a prop (such as
disableCloseOnClick
) that modifies the default MenuItem behavior.The text was updated successfully, but these errors were encountered: