0

We are using vuetify for our vuejs website.

We are able to integrate TimePicker and DatePicker in our project.

User has to click twice to choose datetime. Is there any way to choose both in a single click like DateTimePicker in other libraries?

For now, we are using v-text-field with type as datetime-local but we are looking for a better option.

<v-text-field class="mx-2" label="Choose" variant="underlined" type="datetime-local" v-model="datetime">
3
  • Can you programatically open the time picker when a date has been chosen? Commented Sep 8, 2024 at 0:31
  • that might be possible, but do they have any current component which fits with this ? Commented Sep 9, 2024 at 9:49
  • 1
    nah, vuetify datepicker is pretty basic - I use the DatePicker from v-calendar (though, I did have to fix some styling to make it look at least 90% like it belongs in vuetify theme) Commented Sep 9, 2024 at 10:59

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.