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
#2106 resolved the problem where the OnClick event wouldn't trigger when using the MButton and MMenu together, but it also affects other components, including but not limited to the ListItem component and elements using the native @onclick.
For components of MASA Blazor, the previous approach can be used to resolve the issue, but there's not much that can be done for the native elements' @onclick. We need to find a more suitable solution.
Masa.Blazor version
v1.8.1
Hosting model
Blazor Server
Describe the bug
#2106 resolved the problem where the OnClick event wouldn't trigger when using the MButton and MMenu together, but it also affects other components, including but not limited to the ListItem component and elements using the native
@onclick
.For components of MASA Blazor, the previous approach can be used to resolve the issue, but there's not much that can be done for the native elements'
@onclick
. We need to find a more suitable solution.Expected Behavior
No response
Steps To Reproduce
No response
Reproduction code
.NET version
No response
The text was updated successfully, but these errors were encountered: