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
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