Skip to content

Commit 460cf8c

Browse files
Progress Indicator: Add additional UX pattern notes
for error state
1 parent 90be165 commit 460cf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/progress-indicator/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const propTypes = {
5858
*/
5959
disabledSteps: PropTypes.array,
6060
/**
61-
* Stores all error steps. It is an array of step objects and usually there is only one error step, the current step.
61+
* Stores all error steps. It is an array of step objects and usually there is only one error step, the current step. If an error occurs a second error icon should be placed to the left of related confirmation buttons (e.g. Cancel, Save) and an Error Popover should appear indicating there are errors. These additional items are NOT part of this component. This note was included for visibility purposes. Please refer to [SLDS website](https://www.lightningdesignsystem.com/components/progress-indicator/) for full details **
6262
*/
6363
errorSteps: PropTypes.array,
6464
/**

0 commit comments

Comments
 (0)