We are using vuetify
for our vuejs website.
We are able to integrate TimePicker
and DatePicker
in our project.
Use has to click twice to choose datetime. Is there any way to choose both in single click like DateTimePicker in other library?
For now we are using v-text-field
with type as datetime-local
but we are looking for some better option.
<v-text-field class="mx-2" label="Choose" variant="underlined" type="datetime-local" v-model="datetime">