feat(VTimePicker): update to v3
<template>
<v-app>
<v-main>
<v-container>
<v-row>
{{ thisDate }}
<v-col>
<v-switch v-model="format24" label="24hr" false-value="ampm" true-value="24hr" color="primary" />
</v-col>
<v-col>
<v-switch v-model="seconds" label="Seconds" />
</v-col>
<v-col>
<v-switch v-model="actions" label="No Actions" />
</v-col>
</v-row>
<v-row>
<v-col cols="12">
<v-time-picker v-model="thisDate" :format="format24" :use-seconds="seconds" :hide-actions="actions" />
</v-col>
</v-row>
<v-row>
<v-col>
<v-date-picker />
</v-col>
</v-row>
</v-container>
</v-main>
</v-app>
</template>
<script setup>
import { ref } from 'vue'
const thisDate = ref(new Date())
const format24 = ref('24hr')
const seconds = ref(false)
const actions = ref(false)
</script>
I think this needs to be rebased? Seems like a lot of unrelated commits have snuck in
I think this needs to be rebased? Seems like a lot of unrelated commits have snuck in
Done.
So is there any plan to make this production ready in the near future?
What do you think?
What do you think?
@johnleider Personally, I'm not sure what the plan for this is, and I think that's also why @AngeloACR was asking. I see the comment at https://github.com/vuetifyjs/vuetify/issues/13516#issuecomment-1681308398, but at the same time I don't see anything about this component on the roadmap, nor on the labs schedule. The issue is still in the 3.x.x milestone.
Is there any work left to do on this PR? Are community contributions needed? We'd love to know if there's anything we can do to help out on this.
2024 roadmap at the end of this week.
any news for this one, it's really needed!
any news for this one, it's really needed!
https://vuetifyjs.com/en/introduction/roadmap/#section-2024-component-roadmap