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 3c888bf commit 54f2347Copy full SHA for 54f2347
1 file changed
src/BootstrapBlazor/Components/Button/ButtonBase.cs
@@ -339,6 +339,11 @@ protected override async ValueTask DisposeAsync(bool disposing)
339
OnClick = EventCallback<MouseEventArgs>.Empty;
340
}
341
342
+ if (OnClickWithoutRender != null)
343
+ {
344
+ OnClickWithoutRender = null;
345
+ }
346
+
347
if (IsAsync && ValidateForm != null)
348
{
349
ValidateForm.UnregisterAsyncSubmitButton(this);
0 commit comments