You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, I checked and see that we only support clear() to clear all toast.
Do we have some option to clear specific toast?
The case is I registered 2 global toast, one of them will show when we have no internet connection. So when the connection is back, I want to clear that toast, but can't find a suitable option.
The text was updated successfully, but these errors were encountered:
Hi @shakee93, thank you for the response, the case is I registered global Toast like this example, and we can use this.$toasted.global.my_app_error(); to show that toast. But how can I close this global toast?
Hello everyone, I checked and see that we only support clear() to clear all toast.
Do we have some option to clear specific toast?
The case is I registered 2 global toast, one of them will show when we have no internet connection. So when the connection is back, I want to clear that toast, but can't find a suitable option.
The text was updated successfully, but these errors were encountered: