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

fix(VTimePicker): fix types for emit events #20126

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

SonTT19
Copy link
Contributor

@SonTT19 SonTT19 commented Jul 9, 2024

Description

fixes #20085

Markup:

<template>
  <v-app>
    <v-container>
      <v-time-picker
        v-model="time"
        format="24hr"
        max="22:15"
        min="9:30"
        scrollable
      />
    </v-container>
  </v-app>
</template>

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

  const time = ref()
</script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VTimePicker VTimePicker 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.10] Time picker : Warning events when minutes is set to 0
4 participants