[Feature] Support for infinite timeout #193
Labels
Feature
New feature that will be added to the project
Needs: Design
The issues needs design work before implementing
Many thanks for very useful Blazor library.
Describe the solution you'd like
Support for infinite timeout (preferable value = -1 to be in sync with Timeout.Infinite). This would mean toast would not close itself, but user would have to manually close it.
Describe alternatives you've considered
Using old-fashion JS alert in such cases.
Additional context
Infinite timeout is pretty trivial to add, the question is should progress AND infinite timeout be supported at the same time. If no, this would mean skipping countdown timer entirely (?) but if "yes" it is no longer trivial, because it would mean some animated progress (e.g. like bouncing left and right).
The text was updated successfully, but these errors were encountered: