We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05777b9 commit c4d8bc3Copy full SHA for c4d8bc3
blazorbootstrap/Components/Collapse/Collapse.razor.cs
@@ -47,7 +47,7 @@ protected override async Task OnInitializedAsync()
47
}
48
49
[JSInvokable]
50
- public async Task bsHiddenCollapse(string test) => await OnHidden.InvokeAsync(test);
+ public async Task bsHiddenCollapse(string collapseId) => await OnHidden.InvokeAsync(collapseId);
51
52
53
public async Task bsHideCollapse(string test) => await OnHiding.InvokeAsync(test);
0 commit comments