JulianSelman
JulianSelman
## Context Currently, toasts will always be focusable, as they unconditionally set `tabIndex` to `0`. If toasts have focusable elements inside them, it can be desirable to set the toast...
## Context Currently, if a toast is dismissed, it will be removed from the view if active. However, if the `ToastContainer` is configured with a limit, excess toasts are added...
Hello, I have a use case where I want to dismiss a class of toasts at the same time (say, from a single event source that has disappeared), while leaving...