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
Run demo server (bud is also present on current live demo)
Navigate to /snackbar.html
Press "Show"
Before the snackbar hides, change one of the input parameters (i.e. change "Message Text" to "hi")
Click "Show" again
What is the expected behavior?
The current snackbar displays until timeout or until the action is clicked (when dismissesOnAction is true), then a new snackbar shows with the updated input.
What is the actual behavior?
The current snackbar is modified with the new input parameters, it hides, and then a new snackbar appears with the identical (updated) information.
The text was updated successfully, but these errors were encountered:
What MDC-Web Version are you using?
0.16.0
What browser(s) is this bug affecting?
Chrome 59.0.3071.115
What OS are you using?
Windows 10
What are the steps to reproduce the bug?
What is the expected behavior?
The current snackbar displays until timeout or until the action is clicked (when dismissesOnAction is true), then a new snackbar shows with the updated input.
What is the actual behavior?
The current snackbar is modified with the new input parameters, it hides, and then a new snackbar appears with the identical (updated) information.
The text was updated successfully, but these errors were encountered: