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

[Bug Report][3.5.9] VDatePicker does not react on date changes #19421

Assignees
Labels
C: VDatePicker VDatePicker T: bug Functionality that does not work as intended/expected
Milestone

Comments

@bykka
Copy link

bykka commented Mar 17, 2024

Environment

Vuetify Version: 3.5.9
Vue Version: 3.4.19
Browsers: Opera 107.0.0.0
OS: Windows 10

Steps to reproduce

Create a date picker component with some predefined date. For example, set the initial date as 2000/01/01. The date picker shows a calendar with this date.
Now change the date to 2010/03/03.

Expected Behavior

The date picker should show the calendar for the date 2010/03/03.

Actual Behavior

The calendar still shows the 2000/01 but day 01 is not selected anymore.

Reproduction Link

https://play.vuetifyjs.com/#...

@johnleider johnleider added T: bug Functionality that does not work as intended/expected C: VDatePicker VDatePicker and removed S: triage labels Apr 22, 2024
@johnleider johnleider added this to the v3.5.x milestone Apr 22, 2024
johnleider added a commit that referenced this issue Apr 22, 2024
fixes #19421

Co-authored-by: John Leider <john@vuetifyjs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment