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 #18571

Merged
merged 2 commits into from
Dec 11, 2023

Conversation

amal-qb
Copy link
Contributor

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

Description

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

Markup:

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

Amal Mathew and others added 2 commits November 1, 2023 15:17
@MajesticPotatoe MajesticPotatoe added T: bug Functionality that does not work as intended/expected C: VChip labels Nov 1, 2023
@johnleider johnleider added this to the v3.4.x milestone Dec 11, 2023
@johnleider johnleider merged commit 50e48d5 into vuetifyjs:master Dec 11, 2023
KaelWD added a commit that referenced this pull request Jan 2, 2024
tmasrat pushed a commit to tmasrat/vuetify that referenced this pull request Jan 22, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
C: VChip T: bug Functionality that does not work as intended/expected
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
3 participants