vue-datepicker icon indicating copy to clipboard operation
vue-datepicker copied to clipboard

A clean datepicker made with VueJs

Results 32 vue-datepicker issues
Sort by recently updated
recently updated
newest added

The isBeforeDate(date, beforeDate, type) was failing to convert a simple number into a year, causing 2019 to be an invalid year between 2018 and 2020. https://github.com/mathieustan/vue-datepicker/blob/62211caacb13943b548dfc4649a42fa0005b8526/tests/unit/components/VDPicker/VDPickerYears.spec.js#L185 Fixes #85

core-js 2 is deprecated and has a number of issues. Upgrading this to core-js 3 seems to be a smooth process. All tests are still passing. https://github.com/zloirock/core-js/blob/master/docs/2019-03-19-core-js-3-babel-and-a-look-into-the-future.md

I get this error when I want use default date picker vue.esm.js?efeb:5043 [Vue warn]: Error in render: "RangeError: Invalid array length" found in ---> at src/components/CustomDatePicker/index.vue ... (1 recursive calls)...

Iam getting this error when trying to import "Vue DatePicker" into my VUE 3 Project Code : import VueDatePicker from '@mathieustan/vue-datepicker'; import '@mathieustan/vue-datepicker/dist/vue-datepicker.min.css'; Full Error : WARNING Compiled with 1...

![image](https://user-images.githubusercontent.com/29826874/127308875-120ed2e5-daca-436e-991d-57c720ee8427.png)

Hi, I visit https://vue-datepicker.netlify.app/ to how it works. But there was no datepicket on screen. I checked to console and I see this error: InternalError: too much recursion isValidLocale vue-datepicker.esm.js:5...

How do I use it on CDN global? please, Can you give me an example? I got this error using the umd vue-datepicker.umd.js:5 Uncaught TypeError: Cannot read properties of undefined...

I'm using the content-class prop to add a custom class to the datepicker calendar but its not showing in my app. ``` ``` And the output is shown below: https://capture.dropbox.com/KAYcJNMorQhTF7H4?src=ss...

If I set my browser language to some unsupported datepicker language e.g. Italian it will throw an error: `RangeError: Maximum call stack size exceeded You can reproduce this bug even...