Skip to content

Commit

Permalink
fix(VStepper): add type=button to headers
Browse files Browse the repository at this point in the history
fixes #20866
  • Loading branch information
KaelWD committed Jan 15, 2025
1 parent 210488a commit e66317d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VStepper/VStepperItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ export const VStepperItem = genericComponent<VStepperItemSlots>()({
group?.selectedClass.value,
]}
disabled={ !props.editable }
type="button"
v-ripple={[
props.ripple && props.editable,
null,
Expand Down

0 comments on commit e66317d

Please sign in to comment.