Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix(VChip): utilize active-class #20716

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

J-Sek
Copy link
Contributor

@J-Sek J-Sek commented Nov 20, 2024

Description

active-class on VChip was working in v2, but not in v3.
I could not find any related issue.

Markup:

<template>
  <v-app>
    <v-container>
      <v-chip active-class="text-red" text="Home (should be red)" to="/" />
      <v-chip active-class="text-red" text="Another" to="/another" />
      <v-chip text="Regular" />
    </v-container>
  </v-app>
</template>

@J-Sek J-Sek added C: VChip VChip T: bug Functionality that does not work as intended/expected labels Nov 20, 2024
@J-Sek J-Sek self-assigned this Nov 20, 2024
@KaelWD KaelWD added this to the v3.7.x milestone Dec 3, 2024
@KaelWD KaelWD merged commit 501fa1b into vuetifyjs:master Dec 3, 2024
10 checks passed
@J-Sek J-Sek deleted the fix/chip-active-class branch December 3, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VChip VChip T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants