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

**Describe the bug** When the datepicker is initialized with a date that falls _within_ DST, and the user then selects a date that falls _outside_ of DST, the picker will...

bug

**Describe the bug** In teleport mode, the click event is propagated if the value is changes more than once, despite setting the `allowStopPropagation` config to `true` [EDIT] I believe it's...

bug

## Description When using vue-datepicker with `multi-calendars` and `arrow-navigation` props enabled, the keyboard arrow navigation is not functioning properly. Specifically, arrow key navigation works correctly on the second calendar but...

bug

**Is your feature request related to a problem? Please describe.** I would like to have the ability to disable the rendering arrow for the date picker menu because it's required...

enhancement

**Is your feature request related to a problem? Please describe.** In testing this component, many of my users expressed confusion at being unable to type their date range as something...

enhancement

**Is your feature request related to a problem? Please describe.** We use this date picker to select a range of dates for a document search. In this context, a single...

enhancement

**Is your feature request related to a problem? Please describe.** Preset rage buttons could be better using a select in mobile. **Describe the solution you'd like** Instead of a scrollable...

enhancement

My apologies if it has ben asked before - I tried searching for issues, reading the docs and seeing if there was something on stackoverflow, but I can't get it...

enhancement

**Describe the bug** The time-picker view does not react to model value changes **To Reproduce** Steps to reproduce the behavior: 1. Add the `VueDatePicker` with `time-picker` and `inline` props 2....

bug

Hey. I am using this plugin to implement my own Datepicker component (custom dropdown, presets, apply butron etc.). Right now I have VueDatePicker component with auto-apply, range (including partialRange) turned...