12 questions
2
votes
0
answers
58
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
123
views
Vue DatePicker preserveState using inertiaJS
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&...
1
vote
0
answers
192
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 ...
0
votes
1
answer
456
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 ...
0
votes
1
answer
50
views
vue-datepicker time picker not respecting max date (time) if utc prop is set to preserve option
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 ...
0
votes
0
answers
37
views
I am using vuepic/vue-date-picker- month-picker. disabled-dates styles are not applying? how to achieve that?
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 ...