Skip to content

feat(VTimePicker): remove ampmInTitle prop#21595

Merged
KaelWD merged 1 commit intodevfrom
kaelwd/timepicker-remove-ampmInTitle
Jun 19, 2025
Merged

feat(VTimePicker): remove ampmInTitle prop#21595
KaelWD merged 1 commit intodevfrom
kaelwd/timepicker-remove-ampmInTitle

Conversation

@KaelWD
Copy link
Member

@KaelWD KaelWD commented Jun 18, 2025

Description

closes #19637
closes #19957
reverts #20178, there's no other am/pm button, so without setting ampmInTitle or format="24hour" you can't use pm times at all.

Markup:

<template>
  <v-app>
    <v-container>
      <v-time-picker v-model="time" />

      <pre>{{ time }}</pre>
    </v-container>
  </v-app>
</template>

<script setup>
  import { computed, ref, watch } from 'vue'

  const time = ref()
</script>

@KaelWD KaelWD added this to the v3.9.0 (Zealot) milestone Jun 18, 2025
@KaelWD KaelWD self-assigned this Jun 18, 2025
@KaelWD KaelWD added C: VTimePicker labs Must be completed for this component to leave labs labels Jun 18, 2025
@KaelWD KaelWD requested a review from a team June 18, 2025 12:34
@KaelWD KaelWD merged commit e32796a into dev Jun 19, 2025
19 checks passed
@KaelWD KaelWD deleted the kaelwd/timepicker-remove-ampmInTitle branch June 19, 2025 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C: VTimePicker labs Must be completed for this component to leave labs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants