Skip to content

Commit

Permalink
fix(VChip): prevent close button from submitting forms
Browse files Browse the repository at this point in the history
regression from #18571
  • Loading branch information
KaelWD committed Jan 2, 2024
1 parent 36ea2dd commit c287a29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VChip/VChip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ export const VChip = genericComponent<VChipSlots>()({
<button
key="close"
class="v-chip__close"
type="button"
{ ...closeProps.value }
>
{ !slots.close ? (
Expand Down

0 comments on commit c287a29

Please # to comment.