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(VRadio): remove duplicate classes, styles #20012

Closed
wants to merge 1 commit into from

Conversation

SonTT19
Copy link
Contributor

@SonTT19 SonTT19 commented Jun 15, 2024

Description

fixes #20005

Markup:

<template>
  <v-app>
    <v-container>
      <v-radio :class="['first', 'radio']" :style="{backgroundColor: 'red'}" :value="1" label="First" />
      <v-radio :class="['second', 'radio']" :value="2" label="Second" />
      <v-radio :value="3" class="third" label="Third" />
    </v-container>
  </v-app>
</template>

@johnleider
Copy link
Member

This will break Defaults for class/style.

@SonTT19
Copy link
Contributor Author

SonTT19 commented Jul 8, 2024

This will break Defaults for class/style.

@johnleider i tried to add these as default
image

and the result looks fine by me
Screenshot 2024-07-08 at 14 39 19

Or do you mean something else?

@johnleider
Copy link
Member

At a glance, it looks that it should cause defaults issues. I'll dig deeper into my theory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug Report][3.6.9] Duplicate dynamic classes created for v-radio
2 participants