vue-datepicker
vue-datepicker copied to clipboard
Datepicker component for Vue 3
**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...
**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...
## 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...
**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...
**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...
**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...
**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...
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...
**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....
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...