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): emit when changing hour #20179

Merged
merged 2 commits into from
Jan 21, 2025
Merged

Conversation

blalan05
Copy link
Member

<template>
  <v-time-picker v-model="myTime" format="24hr" label="Pick A Time" />

  {{ myTime }}
</template>
<script setup lang="ts">
  import { ref } from 'vue'
  const myTime = ref(null)
</script>

@blalan05 blalan05 force-pushed the fix/vtimepicker-emit-hours branch from 4274a9f to d14b900 Compare August 14, 2024 21:49
@KaelWD KaelWD force-pushed the master branch 2 times, most recently from e20cfec to 2766105 Compare August 15, 2024 09:17
@KaelWD KaelWD modified the milestones: v3.6.x, v3.7.x Aug 15, 2024
@KaelWD KaelWD force-pushed the master branch 3 times, most recently from 4c970f9 to 6a3285f Compare September 3, 2024 18:11
@NickdeK
Copy link

NickdeK commented Jan 7, 2025

Can this be reviewed and merged already? Seems like a small enough change the could help a lot of users.

@YournameITManoah
Copy link

+1

@johnleider johnleider merged commit d6ac050 into master Jan 21, 2025
18 checks passed
@johnleider johnleider deleted the fix/vtimepicker-emit-hours branch January 21, 2025 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: 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.5.14] VTimePicker updates models very lazy
6 participants