vue3-datepicker
vue3-datepicker copied to clipboard
Simple datepicker component for Vue 3
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
 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...
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...