Skip to content

Commit 2d4ed2d

Browse files
meddvedevmelloware
andauthored
Fix #6949: Stepper: onChangeStep function not initially set (#6982)
* Fix #6949: Stepper: onChangeStep function not initially set * Update components/lib/stepper/StepperBase.js --------- Co-authored-by: Melloware <[email protected]>
1 parent 11126ad commit 2d4ed2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/lib/stepper/StepperBase.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ export const StepperBase = ComponentBase.extend({
107107
__TYPE: 'Stepper',
108108
activeStep: 0,
109109
orientation: 'horizontal',
110-
linear: false
110+
linear: false,
111+
onChangeStep: null
111112
},
112113
css: {
113114
classes,

0 commit comments

Comments
 (0)