vue3-datepicker
vue3-datepicker copied to clipboard
Simple datepicker component for Vue 3
Good day! Would like to confirm as it seems that minimumView is not working. Wanted to disable day selection. startingView is working though. Thanks.
I am using vuejs 3 and vue3-datepicker. ``` ``` my data method is : ``` data(){ to_date: new Date(), } ``` When I am selecting a date and printing `{{this.to_date}}`,...
It would be great to emit at least some events which were present in a previous version: (Quoting from the previous docs): | Event | Output | Description | |-------------------|------------|--------------------------------------|...
I migrated from a vue2 datepicker called `vue-date-pick` which used to automatically change its position and avoid being hidden by the parent. Vue3-Datepicker does not seem to take this into...
Hi icehaunter, great work on this component! However, I noticed an issue with this component. If it is being placed inside a form, it is not possible anymore to submit...
При вводе даты руками, например, 2021-08-19 вводится 2021-08-019 (календарь переходит на 2021-08-01) Хочу получить день 19, а этот код watchEffect (() => (input.value = props.modelValue && isValid (props.modelValue) ? format...
I am confused with the documentation on how to change the language for the days of the week. Could you please give an actual example?
How can I fix this error ? It seems it has to do with PropType ? ``` Module parse failed: Unexpected token (26:17) File was processed with these loaders: *...
Fix problem #45