vue-datepicker
vue-datepicker copied to clipboard
Datepicker component for Vue 3
**Is your feature request related to a problem? Please describe.** problem is old - stackoverflow https://stackoverflow.com/questions/75351327/vue-datepicker-range-in-back The problem is that range picker tries to select dates in the past, when...
**Describe the bug** The example of `enable-minutes` has a value of false, but the UI still displays the minute selector. **To Reproduce** Steps to reproduce the behavior: 1. Go to...
Statement of the proplem: Right to left support is very important for this date picker it is fantastic component and consider the most powerfull date picker component for vue.js but...
**Describe the bug** When having the arrow-navigation active on a datepicker instance, it will always start out at the top-left of wherever you are inside the dialog. So for example...
Describe the bug: when change size of day cell width the time panel not centered  To Reproduce Steps to reproduce the behavior: when change root css variable of date...
The closing animation does not work. Props transitions: { close: '' } does not work.
**Is your feature request related to a problem? Please describe.** When using minutes-increment (e.g., 15), clicking the "Now" button sets the exact current time (for example, 14:26) instead of rounding...
undefind vs undefined ## Describe your changes Fixed a typo on the docs for the `alt-position` prop. A given type was "undefind". ## Issue ticket number and link ## Checklist...
**Describe the bug** For some reason, when the device's timezone does not match the timezone provided to the datepicker and I select a date between March 9 and March 29...
I just wanted to point out that, despite the [docs say](https://vue3datepicker.com/methods-and-events/events/#time-picker-open) that we should use `@overlay-toggle` instead of `@time-picker-open` and `@time-picker-close`, @overlay-toggle does not provide a way to determine whether...