MessageContainer
Use the MessageContainer to communicate important contextual information
related to the current section or page, such as conditions, statuses, feedback,
or changes.
Changes to MessageContainer. The full components changelog also lists package-wide and cross-cutting entries.
3.11.3
Updates
- Status and error messages are now announced by screen readers without requiring focus. (APPDEV-18622)
3.2.0
Updates
- Due to a guideline change, using
MessageContainer.Titleas the sole content slot is no longer valid, everyMessageContainermust now include aMessageContainer.Description. If you previously presented content using onlyMessageContainer.Title, move that content toMessageContainer.Descriptioninstead. If both a title and a description are appropriate, keep both slots. With this change,Actionsnow remain on the same line as theDescriptionif they fit the available space; otherwise, they wrap to the next line. (APPDEV-12784)