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(VDatePicker): disable months outside min/max value #19822

Merged
merged 1 commit into from
May 21, 2024

Conversation

SonTT19
Copy link
Contributor

@SonTT19 SonTT19 commented May 16, 2024

Description

fixes #19810

Markup:

<template>
  <v-app>
    <v-container>
      <v-date-picker
        :max="new Date(2025, 7, 15)"
        :min="new Date(2022, 2, 15)"
      />
    </v-container>
  </v-app>
</template>

@MajesticPotatoe MajesticPotatoe added T: bug Functionality that does not work as intended/expected C: VDatePicker VDatePicker labels May 16, 2024
@KaelWD KaelWD changed the title fix(VDatePickerMonths): disabled month outside min/max value fix(VDatePicker): disable months outside min/max value May 21, 2024
@KaelWD KaelWD added this to the v3.6.x milestone May 21, 2024
@KaelWD KaelWD merged commit 67ab46c into master May 21, 2024
19 checks passed
@KaelWD KaelWD deleted the fix/19810-v-date-picker-months-max-min-values branch May 21, 2024 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VDatePicker VDatePicker 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.5] VDatePickerMonths ignores min and max values
3 participants