Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(VDateInput): apply readonly #20163

Merged
merged 2 commits into from
Jul 16, 2024
Merged

Conversation

SonTT19
Copy link
Contributor

@SonTT19 SonTT19 commented Jul 15, 2024

Description

fixes #20147

Markup:

<template>
  <v-app>
    <v-container>
      <v-date-input v-model="date" readonly></v-date-input>
    </v-container>
  </v-app>
</template>

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

  const date = ref(new Date())
</script>

Copy link
Contributor

@MatthewAry MatthewAry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@johnleider johnleider added this to the v3.6.x milestone Jul 16, 2024
@johnleider johnleider added T: bug Functionality that does not work as intended/expected C: VDateInput labels Jul 16, 2024
@johnleider
Copy link
Member

I made some adjustments to handle keyboard interaction and also disabled state.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
C: VDateInput T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug Report][3.6.12] v-date-input readonly not working
3 participants