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
With the new 2.0.0-beta.6, it would be nice if we had an option to allow users to interact with the app without forcing them to dismiss the toast first. Right now, Toast is basically an extension of ActionSheet, so actions in the background are blocked.
If I use the following .scss as my toast's cssClass, I can prevent toast from blocking the user:
We've decided to entirely remove the backdrop from the toast component, which isn't apart of the material design spec. Thanks for bring it to our attention and letting us know it was an issue.
With the new
2.0.0-beta.6
, it would be nice if we had an option to allow users to interact with the app without forcing them to dismiss the toast first. Right now, Toast is basically an extension of ActionSheet, so actions in the background are blocked.If I use the following .scss as my toast's cssClass, I can prevent toast from blocking the user:
The text was updated successfully, but these errors were encountered: