Skip to content

Commit

Permalink
Fix primefaces#6949: Stepper: onChangeStep function not initially set
Browse files Browse the repository at this point in the history
  • Loading branch information
meddvedev committed Aug 3, 2024
1 parent bc02f94 commit 01af4b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/lib/stepper/StepperBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ export const StepperBase = ComponentBase.extend({
__TYPE: 'Stepper',
activeStep: 0,
orientation: 'horizontal',
linear: false
linear: false,
onChangeStep: undefined
},
css: {
classes,
Expand Down

0 comments on commit 01af4b3

Please sign in to comment.