-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document that alerts are removed from the DOM when closed; fixes #14318 #14332
Conversation
I'm thinking it should be mentioned on line 26 too? |
How about this? |
@@ -23,7 +23,7 @@ <h2 id="alerts-examples">Example alerts</h2> | |||
|
|||
<h2 id="alerts-usage">Usage</h2> | |||
|
|||
<p>Just add <code>data-dismiss="alert"</code> to your close button to automatically give an alert close functionality.</p> | |||
<p>Just add <code>data-dismiss="alert"</code> to your close button to automatically give an alert close functionality. Closing an alert removes it from the DOM after all optional transitions are completed.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cvrebert are or have?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"have", although I don't think you necessarily need to mention the transitions here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay.
Document that alerts are removed from the DOM when closed; fixes #14318
Thanks as always! |
My pleasure. |
Refs #14318
@cvrebert Is this clear enough?