Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(VChip): button element for VChip close button #2

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

amal-qb
Copy link

@amal-qb amal-qb commented Nov 1, 2023

Description

Use button element for the VChip close button instead of div.
Fixes vuetifyjs#18547

Markup:

<template>
  <v-app>
    <v-container>
      <v-chip closable> Closable </v-chip>
    </v-container>
  </v-app>
</template>

@amal-qb amal-qb self-assigned this Nov 1, 2023
@amal-qb amal-qb merged commit 22f7471 into master Nov 1, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug Report][3.3.23] No button element for VChip close button
1 participant