Blazored / Toast

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

[Feature Request] Allow option to clear visible toasts #180

Closed agilealtitude closed 1 year ago

agilealtitude commented 1 year ago

Love the component, but would like to have the ability to replace (clear) visible toasts. If, for example, the user executes an action twice within the toast timeout it would be nice to have the option to clear any visible toasts to avoid the user from seeing duplicate items.

agilealtitude commented 1 year ago

My bad...I found the existing method that allows for this.