-
> [](https://github.com/mattwr18) **Authored by [mattwr18](https://github.com/mattwr18)**
_Feb 3, 2020_
---
## :bug: Bugreport
Fix typo to `blocked-users`
-
Hi, I'm trying to call toastr like this:
`var showToastr = function (msg, type) {`
`return toastr[type](msg);`
`};`
`var type = 'info';`
`var message = 'Test';`
`showToastr(message, t…
-
hi,
We are using the above mentioned link
//cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.js and it is giving us a 404 error.
Please advice.
-
![image](https://user-images.githubusercontent.com/10181133/95895896-66084300-0d59-11eb-82a0-596393a2fee9.png)
Sometimes on toastr.success(). the image keeps getting requested over and over. I don'…
-
When the toastr pops out the screen reader couldn't catch the toastr message. This can be resolved by adding aria-live="assertive" and role="alert" for the toastr message tag.
Kindly update the sam…
-
JS Toastr support https://github.com/CodeSeven/toastr
-
Hey there,
Awesome plugin! I was just wondering if there were any methods that we could call, specifically if we can check to see if any toastr messages are currently open?
I'd like to avoid s…
-
For quite a while now toasts are available in Bootstrap also.
Bootstrap uses a css class named "toast" and Toastr uses this class also".
Please rename the css classes Toastr uses to "toastr" so th…
-
Hello, I would like to use a custom component for every state, (success, info, warning, error)
How to achieve this? on the docs there's only one component declared and .forRoot({})
This is ok if…
-
I am using toastr from npm with webpack. The strange behavior is that the settings that I am applying globally are not respected on the first notification but it's fine on the rest. More specifically …