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

Simple datepicker component for Vue 3

Results 62 vue3-datepicker issues
Sort by recently updated
recently updated
newest added

Would it be possible to add weeknumbers to the datepicker?

Allow the user to click on dates that are in previous or future months. This feature is opt-in via the `allowOutsideInterval` parameter. Issue: #58

![zaza](https://user-images.githubusercontent.com/20931727/131494063-f900bc53-ff97-46bb-b407-3cb1db1fff2c.png) Currently you can only select the dates from the selected month Any way to make to be able to select dates from next/prev month, which are now disabled?

Hello, I didn't see on docs a way to make a global configuration of locale and style. It's very annoying to add **:locale** every time i use a datepicker on...

When opening the DatePicker the lowerLimit date is not taken into account to init pageDate. So there can be no selectable date on the first page. I can also add...

When typing a date, for example 30.11.2023 the `watch(input.value)` triggers and formats my date. The problem is, as soon as I start writing the year (in this case number 2),...

Hi I am trying to use disabledDates as a function so that I can disable weekends and a few other dates in the datepicker. I have done everything I can...

It appears disabled dates only accept specific days. Is there a way to say disable every weekend, am I missing it? If not would be a good feature

### Using - "vite": "^2.4.3", - "vue-tsc": "^0.0.24" - "vue3-datepicker": "^0.2.5", - "vue": "^3.0.5", ### Running ``` yarn tsc --noEmit ``` ### Expected result No compilation errors. ### Actual result...

question

The master branch is up to date but by installing the package but no predicate functionality was found for disabled dates. I was able to use the predicate by running...