Hello,
I have installed Syncfusion Blazor nuget version 20.4.0.44 at my Blazor server app project and I am using the Toast component but some of the parameters of the component get a different value from the one that I give them.
Specifically at the Toast component I set the Timeout property equal to 10000 milliseconds but when I run the project the Toast is only shown for 5000 milliseconds.
Also another parameter is the ShowCloseButton which is set to true but when running the project the close button is not visible on the Toast
I am posting the project below to show you the problem
Any idea why is this happening?
Thanks in advance!
Attachment:
ToastTesting_957fb934.zip