Skip to content

Conversation

@Haviles04
Copy link
Contributor

Description

fixes #22282

<template>
  <v-app>
    <v-container>
      <strong>Read Only?</strong>
      <v-date-picker
        :show-adjacent-months="true"
        aria-readonly="true"
        class="pa-"
        elevation="0"
        multiple="range"
        hide-header
        hide-title
        readonly
      />
      <br>
      <strong>Disabled</strong>
      <v-date-picker
        :model-value="['2025-11-29', '2025-11-30', '2025-12-1']"
        :show-adjacent-months="true"
        aria-readonly="true"
        class="pa-"
        elevation="0"
        multiple="range"
        disabled
        hide-header
        hide-title
      />
    </v-container>
  </v-app>
</template>

<script setup>

</script>

@J-Sek
Copy link
Contributor

J-Sek commented Dec 5, 2025

Should probably target dev branch

@Haviles04 Haviles04 changed the base branch from master to dev December 5, 2025 16:02
@KaelWD KaelWD added this to the v3.12.0 milestone Dec 9, 2025
@KaelWD KaelWD changed the title feat: V-Date-Picker add readonly prop feat(VDatePicker): add readonly prop Dec 9, 2025
@J-Sek J-Sek force-pushed the haviles04/date-picker-readonly branch from 5a488b4 to 992eb35 Compare December 9, 2025 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] VDatePicker Readonly Property

4 participants