Hello
My toasts have stopped working. If I run a very simple test then the toast does not display:
Razor
<SfToast @ref="ToastObj" ShowCloseButton="true" Title="Adaptive Tiles Meeting" Timeout="0" Icon="e-meeting" Content="@ToastContent">
<ToastPosition X="Right"></ToastPosition>
</SfToast>
Code:
public SfToast ToastObj;
public string ToastContent { get; set; } = "Conference Room 01 / Building 135 10:00 AM-10:30 AM";
public async Task ShowToast()
{
await this.ToastObj.Show();
}
public async Task HideToast()
{
await this.ToastObj.Hide("All");
}
Any ideas?
i have the same problem, with this new version, any solution ?
downgrade to toast 20.1.0.51 work for me
Hey
Yes, confirming downgrade to 20.1.0.51 works for me as well.
Hi all,
it's a confirmed bug of version v20.1.0.52 that is supported to get fixed with an upcoming weekly release in May 2022.
Bug link: https://www.syncfusion.com/feedback/34679/the-blazor-toast-component-is-not-showing-properly
Hi All,
Yes. We have already logged a bug report. We will let you know once the fix is included in the Volume 1 SP release.
https://www.syncfusion.com/feedback/34679/the-blazor-toast-component-is-not-showing-properly
Regards,
Buvana S
Hi All,
We are glad to announce that our Essential Studio 2022 Volume 1 SP release v20.1.0.55 is rolled out and is available for download under the following link.
So, can you please upgrade your package to the latest(20.1.0.55) to resolve the issue from your end.
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.
Regards,
Buvana S