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
Would you be open to removing the minimum timeout settings on the Snackbar & Toast components?
We have a use case for displaying a notification that persists until the user manually dismisses it (via an action on the Snackbar/Toast itself, or via some other action within the UI), so we'd like to be able to pass 0 or null as the timeout and get a component that doesn't automatically disappear. We have seen this option available on
I would be happy to open a PR with this change if it sounds OK to you.
Thank you!
The text was updated successfully, but these errors were encountered:
nlocascio
changed the title
Remove timeout for Snackbar & Toast components?
Remove timeout minimum for Snackbar & Toast components?
Mar 4, 2024
Would you be open to removing the minimum timeout settings on the Snackbar & Toast components?
We have a use case for displaying a notification that persists until the user manually dismisses it (via an action on the Snackbar/Toast itself, or via some other action within the UI), so we'd like to be able to pass
0
ornull
as the timeout and get a component that doesn't automatically disappear. We have seen this option available onI would be happy to open a PR with this change if it sounds OK to you.
Thank you!
The text was updated successfully, but these errors were encountered: