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
- Introduced the state pattern for StepTabs UI state
- Added a transition between warning icon and step number/done indicator circle background (work in progress)
- renamed error state attributes and deprecated the old names for compatibility
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -355,8 +355,8 @@ For other examples, e.g. persisting state on rotation, displaying errors, changi
355
355
|*ms_tabStepDividerWidth*| dimension or reference | The width of the horizontal tab divider used in tabs stepper type |
356
356
|*ms_showBackButtonOnFirstStep*| boolean | Flag indicating if the Back (Previous step) button should be shown on the first step. False by default. |
357
357
|*ms_errorColor*| color or reference | Error color in Tabs stepper |
358
-
|*ms_showErrorState*| boolean | Flag indicating whether to show the error state. Only available with 'tabs' type. False by default. |
359
-
|*ms_showErrorStateOnBack*| boolean | Flag indicating whether to keep showing the error state when user moves back. Only available with 'tabs' type. False by default. |
358
+
|*ms_showErrorStateEnabled*| boolean | Flag indicating whether to show the error state. Only available with 'tabs' type. False by default. |
359
+
|*ms_showErrorStateOnBackEnabled*| boolean | Flag indicating whether to keep showing the error state when user moves back. Only available with 'tabs' type. False by default. |
360
360
|*ms_stepperLayoutTheme*| reference | Theme to use for even more custom styling of the stepper layout. It is recommended that it should extend @style/MSDefaultStepperLayoutTheme, which is the default theme used. |
361
361
362
362
### StepperLayout style attributes
@@ -375,7 +375,7 @@ A list of `ms_stepperLayoutTheme` attributes responsible for styling of StepperL
375
375
|*ms_stepTabContainerStyle*| Used in layout/ms_step_tab_container |
376
376
|*ms_stepTabNumberStyle*| Used by ms_stepNumber in layout/ms_step_tab |
377
377
|*ms_stepTabDoneIndicatorStyle*| Used by ms_stepDoneIndicator in layout/ms_step_tab |
378
-
|*ms_stepTabErrorIndicatorStyle*| Used by ms_stepErrorIndicator in layout/ms_step_tab |
378
+
|*ms_stepTabIconBackgroundStyle*| Used by ms_stepIconBackground in layout/ms_step_tab |
379
379
|*ms_stepTabTitleStyle*| Used by ms_stepTitle in layout/ms_step_tab |
380
380
|*ms_stepTabDividerStyle*| Used by ms_stepDivider in layout/ms_step_tab |
0 commit comments