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
Many toast libraries surveyed supported displaying more than one toast at a time. Some libraries stack toasts, some queued them up and displayed them one after another. How should the configuration of showing multiple toasts be supported in the standard toast?
Currently the explainer has the multiple option for multiple handling strategy, and newestOnTop option for where the new toasts should stack on the .show() function.
Should those be a global setting? Per container?
How do we deal with different toasts having different values?
Do we need a newestOnTop or can that option be captured in the multiple field?
The text was updated successfully, but these errors were encountered:
Many toast libraries surveyed supported displaying more than one toast at a time. Some libraries stack toasts, some queued them up and displayed them one after another. How should the configuration of showing multiple toasts be supported in the standard toast?
Currently the explainer has the
multiple
option for multiple handling strategy, andnewestOnTop
option for where the new toasts should stack on the.show()
function.newestOnTop
or can that option be captured in themultiple
field?The text was updated successfully, but these errors were encountered: