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

feat(VDateInput): create new component #19680

Merged
merged 10 commits into from
Apr 26, 2024
Merged

feat(VDateInput): create new component #19680

merged 10 commits into from
Apr 26, 2024

Conversation

johnleider
Copy link
Member

@johnleider johnleider commented Apr 24, 2024

Motivation and Context

Markup:

<template>
  <v-app>
    <div class="ma-4 pa-4">
      <v-date-input label="Enter date" clearable />
      <v-date-input clearable multiple />
      <v-date-input multiple="range" clearable />
      <v-text-field type="date" clearable />
      <pre>{{ JSON.stringify(model, null, 2) }}</pre>
    </div>
  </v-app>
</template>

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

  const model = ref(null)
</script>

@johnleider johnleider self-assigned this Apr 24, 2024
@johnleider johnleider added this to the v3.6.0 (Nebula) milestone Apr 24, 2024
@johnleider johnleider marked this pull request as ready for review April 24, 2024 21:39
@johnleider johnleider requested a review from a team April 24, 2024 21:39
@johnleider johnleider merged commit e9d132f into dev Apr 26, 2024
17 of 18 checks passed
@johnleider johnleider deleted the feat/v-date-input branch April 26, 2024 20:33
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.

2 participants