Skip to content

Commit

Permalink
Merge pull request #6463 from espezaliate/patch-1
Browse files Browse the repository at this point in the history
Fix #6462: StepperHeader add type button
  • Loading branch information
nitrogenous committed Apr 25, 2024
2 parents 4d38b6f + cda0854 commit 783d863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/stepper/StepperHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const StepperHeader = React.memo(
id: props.id,
className: cx('stepper.action'),
role: 'tab',
type: 'button',
tabIndex: props.disabled ? -1 : undefined,
'aria-controls': props.ariaControls,
onClick: (e) => props.clickCallback(e, props.index)
Expand Down

0 comments on commit 783d863

Please sign in to comment.