-
Notifications
You must be signed in to change notification settings - Fork 406
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
[Button] Add StopPropagation + UnitTests #2732
Conversation
✅ All tests passed successfully Details on your Workflow / Core Tests page. |
Wr could add a tag |
We have the vNext label. I added it to this PR, just as we do with the issues. |
Summary - Unit Tests Code CoverageSummary
CoverageMicrosoft.FluentUI.AspNetCore.Components - 61.2%
|
V5 PR created as well (#2733) |
Have nothing to add, just want to say thank you for this addition. Have had problems with event propagation :) |
Adds
StopPropagation
parameter toFluentButton
top prevent click for bubbling up to parent elements.2 tests added to confirm it works as expected