Skip to content

fix(VDatePicker): allow infinite range#20621

Merged
johnleider merged 4 commits intonextfrom
feat/date-picker-range
Jul 11, 2025
Merged

fix(VDatePicker): allow infinite range#20621
johnleider merged 4 commits intonextfrom
feat/date-picker-range

Conversation

@johnleider
Copy link
Copy Markdown
Member

@johnleider johnleider commented Oct 26, 2024

closes #9098
closes #18701
closes #20599

Description

Use only 2 dates to handle range functionality.

Markup:

<template>
  <v-container class="pa-md-12">
    <v-date-picker multiple="range" />
  </v-container>
</template>

<script setup>
  import { ref } from 'vue'
</script>

@johnleider johnleider added T: bug Functionality that does not work as intended/expected C: VDatePicker labels Oct 26, 2024
@johnleider johnleider added this to the v3.8.0 (Andromeda) milestone Oct 26, 2024
@johnleider johnleider requested a review from KaelWD October 26, 2024 18:39
@johnleider johnleider self-assigned this Oct 26, 2024
@johnleider johnleider force-pushed the feat/date-picker-range branch from 05eb896 to e487a27 Compare October 26, 2024 18:40
@ikushum ikushum requested a review from KaelWD July 11, 2025 04:56
@ikushum ikushum force-pushed the feat/date-picker-range branch from 75085d0 to 371befe Compare July 11, 2025 04:58
@ikushum ikushum force-pushed the feat/date-picker-range branch from 27772a6 to 2fdfd12 Compare July 11, 2025 05:32
@johnleider johnleider merged commit ed7cbec into next Jul 11, 2025
18 checks passed
@johnleider johnleider deleted the feat/date-picker-range branch July 11, 2025 13:18
KaelWD pushed a commit that referenced this pull request Jul 17, 2025
closes #9098
closes #18701
closes #20599

Co-authored-by: Ishan Subedi <ikushum@gmail.com>
KaelWD pushed a commit that referenced this pull request Jul 17, 2025
closes #9098
closes #18701
closes #20599

Co-authored-by: Ishan Subedi <ikushum@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Add ability to pick indefinite date ranges in date picker

3 participants