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

The labels were in the wrong order - not corresponding to the respective datepickers.

it is possible for cleared input to show the current date. I want the placeholder text to show up instead of the date tnx for response

Any one know how to style the datepicker with the variables? Not sure what that means with the variables but tried to update its CSS without luck. Any quick pointer...

I tried to add attribute like @selected or @change in the component. But event handler seems not working at all. How to implement event when date is selected?

![image](https://user-images.githubusercontent.com/49343539/149615230-1eacaa01-4416-4b82-989b-022e44c08c0c.png) As you can see, if the button is at the right side of screen, pop-out did not adjust itself to appear at a correct position.

bug
contribution wanted

we need an event when clicking month arrows without selecting any date. this is useful when we want to know the page on which we are

I want to use this vue3-datepicker but from documentation, I haven't seen any option to make datepicker to multiple selection kindly guide me how can i use it to select...

is it possible to change the internal time format to something custom ? Is it possible to display a more user friendly format like '16 oct 2022" but use another...

When using ```v-model``` with the prop `:typeable="true"`, the value is parsed as soon as the format is recognized which results in the following behavior: ![Kazam_screencast_00016](https://user-images.githubusercontent.com/15833842/146386086-47ab8138-e775-47ad-847c-a35c95a2a329.gif) This may be related to...

Hi, When adding **typeable="false"** the icon on the right of the control is shown, clicking it will prompt an additional datepicker control as shown in the following screenshots. Clicking anywhere...