Hi,
Please run the below code in ConfrimDialog (Blazor Dialog Component | Free UI Components by Radzen).
The dialog will open and then suddenly closes itself and navigates to home of your website.
@inject DialogService DialogService
<div class="rz-p-12 rz-text-align-center">
<RadzenLink class="footer-container" style="cursor: pointer;" @onclick=@(args => DialogService.Confirm("Are you sure?", "MyTitle", new ConfirmOptions() { OkButtonText = "Yes", CancelButtonText = "No" }))>Terms of use. Privacy policy</RadzenLink>
</div>
Please see below gif for reference. Please let me know what is the issue and how can I fix this issue ?