Blazored / Toast

A JavaScript free toast library for Blazor and Razor Component applications
https://blazored.github.io/Toast/
MIT License
654 stars 90 forks source link

[Bug] ToastSettings.ShowProgressBar not working for default toasts #225

Closed ulululu12 closed 1 year ago

ulululu12 commented 1 year ago

Describe the bug "ToastSettings.ShowProgressBar" does nothing on a "per toast" level, when using the default methods to show toast notifications ("ShowInfo", "ShowSuccess", etc.). Only the global setting, configured in the MainLayout.razor will be used.

When "ShowToast" is used to display a custom toast, the setting is working though.

Expected behavior ShowProgressBar should change whether the progress bar of the toast notification is shown or not.

Hosting Model (is this issue happening with a certain hosting model?):