vue-datepicker
vue-datepicker copied to clipboard
Datepicker component for Vue 3
**Suggestion on document!** I would like to open datepicker just right side of where trigger is done. position property doesn't allow that, it has only 'left' | 'center' | 'right'...
Hello! Sometimes calendar has problems with positioning near input/trigger while scrolling and opening. Problems: menu does not follow input while scrolling; part of menu is cut by window edge after...
**Describe the bug** axeDevTools detect 2 types of issues: 1. Unsupported aria attribute  2. alertdialog node needs an accessible name ![Screenshot 2024-09-17 at 16...
I have a time date picker but our users want to change only the year and keep the time, month and day selected as they were before they changed the...
**Describe the bug** If using allowed-dates and month picker, it doesn't allow to select wrong month (which is correct), but to user all month displayed the same and there are...
**Describe the bug** Using multi-dates in combination with now-button leads to this: `Uncaught TypeError: a.value.map is not a function` **To Reproduce** Steps to reproduce the behavior: 1. Create a date...
Hi. **Describe the bug** Dates in Calendar are not clickable with this configuration: ```vue ``` Removing `multi-dates` or `:config="{allowPreventDefault: true}"` makes the dates clickable again. I need `teleport` and `allowPreventDefault:...
It currently shows /installation as next page for all pages: You seem to have file structure like ```txt installation/ - index.md props/ - modes/ - index.md ... ``` You'll need...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Create a date picker like this: ```html ``` 2....
When `hide-offset-dates` is set on a date picker instance and a marker tooltip is configured on a date that is now hidden (e.g. the first of the next month), the...