Persistent toast not working

Hello,

I want a toast that does not disappear until the user has clicked a button inside of it. When I set timeout = 0 it stays on the page. However, when I hover over the toast it disappears shortly after. How can I force make the toast stay after hovering over it?

1 Reply 1 reply marked as answer

IS Indrajith Srinivasan Syncfusion Team October 21, 2020 10:54 AM UTC

Hi Ivan, 
 
Greetings from Syncfusion support, 
 
We have validated your reported query. The reported scenario is the behavior of the SfToast when it is hovered. It is used to notify, that the corresponding SfToast information is being read by the user. Hence the TimeOut will not be considered in this case and based on the ExtendedTimeout the SfToast closes. By default the ExtendedTimeout is 1000.

API Link: https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Notifications.SfToast.html#Syncfusion_Blazor_Notifications_SfToast_ExtendedTimeout  
 
 
Please get back to us if you need any further assistance, 
 
Regards, 
Indrajith 


Marked as answer
Loader.
Up arrow icon