Skip to main content
Filter by
Sorted by
Tagged with
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
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
1 vote
0 answers
192 views

im using @vuepic/vue-datepicker": "^7.4.1" and I want to add a custom close button in the mobile view like this(I want to add the close button where the red square is). I tried using ...
Ruhith Udakara's user avatar
0 votes
1 answer
456 views

I am using @vuepic/vue3datepicker and I would like to disable or hide the next and previous arrows to prevent the user checking data outside the current month: I did not find a useful prop to use for ...
Billal BEGUERADJ's user avatar
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
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