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): do not pass rounded to the picker #20972

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

J-Sek
Copy link
Contributor

@J-Sek J-Sek commented Feb 10, 2025

Description

  • noticed by colleague on Discord

image

Markup:

<template>
  <v-app>
    <v-container>
      <v-select rounded="pill" :items="['item', 'item2', 'item3']" />
      <v-date-input rounded="pill" />
      <v-date-input rounded="xl" />
    </v-container>
  </v-app>
</template>

@J-Sek J-Sek added T: bug Functionality that does not work as intended/expected C: VDateInput labels Feb 10, 2025
@J-Sek J-Sek self-assigned this Feb 10, 2025
@J-Sek J-Sek requested a review from johnleider February 10, 2025 18:45
@KaelWD KaelWD added this to the v3.7.x milestone Feb 11, 2025
@KaelWD KaelWD merged commit b5ed84d into vuetifyjs:master Feb 11, 2025
10 checks passed
@J-Sek J-Sek deleted the fix/vdateinput-rounded branch February 11, 2025 09:48
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.

2 participants