Alert hide()
method
#1167
bennypowers
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Proposal: add a
hide()
method to alert, which when called:IF the alert is not
dismissable
, do nothingELSE perform the same steps as if the close button had been clicked, namely:
This would help in implementing toast patterns where one alert must close before another can be presented.
See also #541
Beta Was this translation helpful? Give feedback.
All reactions