vue-datepicker
vue-datepicker copied to clipboard
A datepicker Vue component. Compatible with Vue 2.x.
More of a question than issue: is there a types definition for TypeScript or do I need to create my own d.ts file as a workaround?
Hi, Right now, when you select a date, the time is always the current time. This is fine in the majority of the cases. But, I think it would be...
- Changes Calendar Button element from `span` to `button`. - Changes `.cell` elements from `span` to `button`. - Adds `aria-controls` and `aria-expanded` to Calendar Button. - Adds `aria-label` to Calendar...
Move calendar into own component. - [ ] add tests
I am not working at sumcumo anymore and i don't find the time nor the desire to work on something that i don't use anymore. For vue3 there is an...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Errors trying to do `.match()` on a `function` rather than a `string`. https://github.com/sumcumo/vue-datepicker/blob/928a999f197d2047e73b5b83b14a248934a46a74/src/utils/DateUtils.js#L13-L21 Passing the undocumented `parser` property results in bypassing this codepath and no longer expecting `format` to always...