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
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -355,8 +355,9 @@ 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_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. |
358
+
|*ms_showErrorStateEnabled*| boolean | Flag indicating whether to show the error state. Only applicable for 'tabs' type. False by default. |
359
+
|*ms_showErrorStateOnBackEnabled*| boolean | Flag indicating whether to keep showing the error state when user moves back. Only applicable for 'tabs' type. False by default. |
360
+
|*ms_tabNavigationEnabled*| boolean | Flag indicating whether step navigation is possible by clicking on the tabs directly. Only applicable for 'tabs' type. True by default. |
360
361
|*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. |
0 commit comments