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