You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your issue
Response:
* IMPORTANT: To reproduce the issue, use the touch event, not the click event.
* The Menu component does not close automatically when touching the child of some other button, i.e., the touch event is not being propagated to the parent and therefore the Menu component does not close unless the parent is touched directly, which it is not the expected behavior.
* FYI: For the case where the child of the "other" button is plain text, the Menu component does close automatically when the child of the "other" button is touched.