vue.js - Time picker vuetify - Stack Overflow

admin2025-02-14  13

I'm using vuetify 2's time picker component, but my client says users don't understand the clock. Is there any way to convert it in a traditional time picker? or could you recomended a traditional time picker in vue?

I'm using vuetify 2's time picker component, but my client says users don't understand the clock. Is there any way to convert it in a traditional time picker? or could you recomended a traditional time picker in vue?

Share Improve this question asked Feb 5 at 2:40 Lynette GarcíaLynette García 172 silver badges6 bronze badges 2
  • What did you tried so far? – kissu Commented Feb 5 at 7:29
  • Not to use time picker component and make validations in javascript over a select component with hours preset as options. – Lynette García Commented Feb 5 at 14:44
Add a comment  | 

1 Answer 1

Reset to default 0

I would recommend the HTML time input

Just add type="time" to a VTextField:

<v-text-field type="time" />

Playground

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1739507037a109699.html

最新回复(0)