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 99bf6ce commit 5f6e7f9Copy full SHA for 5f6e7f9
src/BootstrapBlazor/Components/SweetAlert/SweetAlert.razor
@@ -2,6 +2,6 @@
2
@inherits BootstrapComponentBase
3
@inject SwalService Swal
4
5
-<Modal @ref="ModalContainer" IsKeyboard="false" OnCloseAsync="OnCloseAsync" class="swal">
+<Modal @ref="ModalContainer" IsKeyboard="false" OnCloseAsync="OnCloseAsync" IsFade="true" class="swal">
6
@RenderDialog()
7
</Modal>
0 commit comments