davidtheclark / davidtheclark/react-aria-menubutton
Button event propagation
Open
- Dominant language
- TypeScript
- Stars
- 452
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
I have used Wrapper alongside other components inside `MyComponent` where it has its own click event handler.
```
{otherComponents}
click me
- {menuItems}
```
It would seem that a click on `Button` propagates event to `MyComponent` & triggers its click event handler.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.