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

Datepicker component for Vue 3

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

**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...

enhancement

**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...

bug
documentation

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...

enhancement
awaiting triage

**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...

bug
awaiting triage

Describe the bug: when change size of day cell width the time panel not centered ![Image](https://github.com/user-attachments/assets/541be294-abc0-48d3-9b68-580273edc59d) To Reproduce Steps to reproduce the behavior: when change root css variable of date...

bug
awaiting triage

The closing animation does not work. Props transitions: { close: '' } does not work.

bug
awaiting triage

**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...

enhancement
awaiting triage

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...

bug

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...

bug