mantine
mantine copied to clipboard
[@Mantine/core] refactor and fix MenuItem component behavior
trafficstars
fixed #7939
Description
This pull request includes the following updates:
- Refactored
MenuItemtests to remove redundant cases, focusing on core interactive functionality. This enhances maintainability and simplifies future updates. - Fixed
mousedownbehavior handling in theMenuItemcomponent to ensure default behavior is prevented only for appropriate elements. Additional checks and tests were added to address edge cases, such as nested elements and form controls.