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.6.7] v-date-picker range selection when cleared doesn't start a new range #19854

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

Comments

@svannierswm
Copy link

svannierswm commented May 22, 2024

Environment

Vuetify Version: 3.6.7
Vue Version: 3.4.27
Browsers: Firefox 125.0
OS: Linux x86_64

Steps to reproduce

1 - Select the start of the range
2 - Clear the date using the clear button
3 - Select the start of the new range

Expected Behavior

On the third step should create a new range

Actual Behavior

On the third step end the range using the start range that has been cleared

Reproduction Link

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

@KaelWD KaelWD added the S: needs reproduction The issue does not contain a valid reproduction label May 22, 2024
@KaelWD
Copy link
Member

KaelWD commented May 22, 2024

It works fine in the link you provided.

@svannierswm
Copy link
Author

It works fine in the link you provided.

My bad, I copied another link instead of :multiple="true" use multiple="range". I will edit the link

@KaelWD KaelWD added T: bug Functionality that does not work as intended/expected C: VDatePicker VDatePicker and removed S: needs reproduction The issue does not contain a valid reproduction S: triage labels May 22, 2024
@johnleider johnleider self-assigned this May 29, 2024
@johnleider johnleider added this to the v3.6.x milestone May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment