-
Reference: http://www.google.com/design/spec/components/snackbars-and-toasts.html#snackbars-and-toasts-usage
Display UNDO action for saves/edits
![image](https://cloud.githubusercontent.com/assets/1…
-
What if I have to show a paper-toast while the button is visible, since the scroll-top is implemented as a paper-toast?
ghost updated
7 years ago
-
Can we burn the message into the toast? like it was printed into the toast itself? (perhaps via a mask of some sort)
-
I encountered this error that I haven't been able to reproduce on Desktop. Since it happens very rarely, I might have just been lucky to catch it only in the mobile PR build [#21453](https://github.co…
-
doing `toastr.remove(toast)` should remove that particular toast, similar to the behavior of `toastr.clear(toast)`. However, due to this line `if ($toastElement.is(':visible')) { return; }` in `remove…
-
### Describe the bug
The changed signature of toast.add leads to failing typescript compile when using `ToastSeverity`.
The `ToastSeverityOptions` should be updated from
```
export interface Toas…
-
Add a service for writing to the UI using toasts
-
Netflix > Fresh, fried and crispy E01
Zias - On the hill, St Louis
TBC
-
When using one toast with positionClass 'toast-bottom' and one with 'toast-top' there are two divs with the same id added to the DOM with the #toast-container. This makes the HTML invalid and I haven'…
-