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

A datepicker Vue component. Compatible with Vue 2.x.

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

OK, this is as far as I've got with upgrading to Vue 3. Everything is working fine in the browser, all e2e tests are passing and the build is ok....

Bumps [postcss](https://github.com/postcss/postcss) to 8.4.18 and updates ancestor dependency [rollup-plugin-vue](https://github.com/vuejs/rollup-plugin-vue). These dependencies need to be updated together. Updates `postcss` from 5.2.18 to 8.4.18 Release notes Sourced from postcss's releases. 8.4.18 Fixed...

dependencies

Any plans for updating the code to be compatible with Vue 3?

enhancement

Hi, I just wondered it is possible to do disableDates with ranges but inclusive? For example i want datepicker is open in October 2019 and October 2022 only. I can't...

I've noticed that there's another fork which is quite active: https://github.com/reedsy/vuejs-datepicker Has anyone checked those changes? I didn't notice, but we are still using the original version which hasn't been...

When JavaScript parses dates, it [assumes a timezone of UTC](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse#differences_in_assumed_time_zone) whenever it recognises a date string as being a simplification of the ISO 8601 format. e.g. '2000-01-01' is assumed to...

enhancement
question

I'm trying to import style as you said in your docs : ```html @import '[email protected]/vue-datepicker/dist/Datepicker.css'; ``` but when I'm refreshing my page, in console, I got this error : `GET...

question

Let's migrate to typescript - [x] add typescript setup - [ ] move all components to typescript - [ ] move all js files to typescript - [ ] resolve...

enhancement

With this property, component will emit new date object but it will use time component that was set as an input.

enhancement

Would you accept a PR that would add property called `preserveTime` (or something similar) that would emit new date but keep the time from the initial input. For this setup:...