All Questions
Tagged with vuepic-vue-datepicker vue.js
6 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 ...
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. ...
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 ...
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>
&...
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 ...
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 ...