Skip to main content

All Questions

2 votes
0 answers
40 views

Arrow Key Navigation Not Working on First Calendar in Multi-Calendar Mode in vue3datepicker

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
76 views

how to combine VueDatePicker and v-maska

I'm trying to apply a mask to a VueDatePicker input. The mask works, but you need to double-click on the date in the calendar for it to apply. However, if you remove the mask, everything will be fine. ...
Zhn-nya's user avatar
  • 13
0 votes
0 answers
47 views

How to auto scroll a Vue Datepicker when changing to a past date?

I'm currently using Vue Datepicker to create a widget when I can pass any date in the calendar picker. My configuration uses two calendars side by side. For example, assuming today is December 5th, I ...
Pablo Darde's user avatar
  • 6,462
0 votes
1 answer
762 views

Vue3 datepicker: How to display the default calendar given for a specific month and year?

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
0 votes
1 answer
393 views

Vue3 datepicker : disable left and right arrows

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
1 vote
0 answers
176 views

VueDatePcker, adding a custom button

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