Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
50 views

Framework: Vue 3 Composotion API @vuepic/vue-datepicker version: 11.0.2 Description When setting max date to current date new Date() and setting prevent-min-max-navigation prop the time picker does ...
mahbuburrahman rifat's user avatar
2 votes
0 answers
58 views

When using vue-datepicker with multi-calendars and arrow-navigation props enabled, the keyboard arrow navigation is not functioning properly. Specifically, arrow key navigation works correctly on the ...
Harmeet Singh's user avatar
0 votes
0 answers
37 views

I am using vuepic/vue-date-picker month-picker (picked), I try to disable the months other than the current and previous month but I am unable to do that. Styles are not applied. what is the mistack ...
user19143040's user avatar
0 votes
1 answer
877 views

I am using @vuepic/vue3datepicker which automatically displays the current month's days when I use it: <template> <VueDatePicker v-model="date" inline></VueDatePicker> &...
Billal BEGUERADJ's user avatar
1 vote
1 answer
829 views

I am using Vuepic/ Vue3Datepicker and I want to customize the way a selected date looks like. As per the documentation, we can do that this way for the light mode: <style> .dp__theme_light { --...
Billal BEGUERADJ's user avatar
1 vote
1 answer
123 views

Using import VueDatePicker from '@vuepic/vue-datepicker'; combined with inertiaJS useForm(), but VueDatePicker v-model data value was not preserved. I have this on my Vue page. on my <script setup&...
GAkino's user avatar
  • 23