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(VDateInput): inherit class #20002

Merged
merged 2 commits into from
Jul 16, 2024

Conversation

SonTT19
Copy link
Contributor

@SonTT19 SonTT19 commented Jun 13, 2024

Description

fixes #19985

Markup:

<template>
  <v-app>
    <v-container>
      <v-date-input class="custom-date-input-class" variant="outlined" />

      <v-date-input :style="{ background: 'pink' }" variant="outlined" />
    </v-container>
  </v-app>
</template>

<style scoped>
  .custom-date-input-class {
    background: green;
  }
</style>

@johnleider
Copy link
Member

If we're adding class we should probably add style as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VDateInput 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.6.8] Adding class on a v-date-input does not work
2 participants