vue-datepicker
vue-datepicker copied to clipboard
Datepicker component for Vue 3
When using the datepicker in inline mode, the component is not responsive. This leads to layout issues on smaller screens, such as mobile devices. Users have to scroll or zoom...
**Describe the bug** Selecting only a given date causes the time (hours) to shift unexpectedly. **To Reproduce** Steps to reproduce the behaviour: 1. Go to https://stackblitz.com/edit/vuepic-vue-datepicker?file=src%2Fcomponents%2FPlayground.vue 2. Select e.g. 1...
**Describe the bug** When using 12 hour setting and inline time selector, the buttons overflow from the component. **To Reproduce** Steps to reproduce the behavior: [Created a Demo](https://stackblitz.com/edit/vuepic-vue-datepicker-ji21fu?file=src%2Fcomponents%2FPlayground.vue) **Expected behavior**...
**Is your feature request related to a problem? Please describe.** I am using storybook in my application to create component tests. I also created tests for this component I am...
**Is your feature request related to a problem? Please describe.** I want to create a responsive DatePicker. Currently the component uses a floating dialog to display the calendar. I want...
**Describe the bug** I want to use this calendar on my site, but I want to have users be able to swipe between months. However when I swipe over the...
**Describe the bug** Time pickers do not work as expected when there is more than one time picker on the same page. When I click the up/down arrows, it changes...
**Describe the bug** Starting with 11.0.2, it is no longer possible to enter a date via keyboard when text-input and auto-apply are enabled. The date picker immediately autocompletes the date...
**Describe the bug** When using year-picker together with maxRange the selection does not respect the set maxRange. **To Reproduce** https://stackblitz.com/edit/vuepic-vue-datepicker-ksyengch?file=src%2Fcomponents%2FPlayground.vue Code: ``` {{ date }} import { ref } from...
Typo in type definition of "alt-position": undefind -> undefined ## Describe your changes Fix typo: undefind -> undefined ## Issue ticket number and link ## Checklist before requesting a review...