vue-tailwind-datepicker icon indicating copy to clipboard operation
vue-tailwind-datepicker copied to clipboard

A Vue 3 Datepicker using Tailwind CSS

Results 35 vue-tailwind-datepicker issues
Sort by recently updated
recently updated
newest added

Webpack creates node_module files in public path and try to load the files without base url ![image](https://user-images.githubusercontent.com/29117023/220423535-51629c91-fd75-47cf-bfe5-9475039a458a.png) ``` let mix = require('laravel-mix'); mix.js('src/js/app.js', '/') .copy('src/index.html', 'build/') .copy('src/images', 'build/images') .copy('src/.htaccess', 'build/')...

question

The modal size is just too big next to the other fields, and would be amazing if there is a way to control its width and height.

enhancement

The user sometimes misunderstands that the days of next month are disabled. Is there a simple way of not showing the days of next month to avoid this? ![image](https://github.com/elreco/vue-tailwind-datepicker/assets/20933608/74b55108-bd2d-4b46-b40b-27dbdb09fa18) **Describe...

enhancement

Hello I am using this plugin in one of my vue js projects it working fine with all properly etc all I have checked all the event But simply i...

bug

Currently using this as part of a library, but there's no option to adjust the placement position of the overlay.

enhancement

It would be great if this also had a timepicker option. I really need a vue tailwind datetimepicker. Thanks!

enhancement

**Is your feature request related to a problem? Please describe.** Feature request **Describe the solution you'd like** Make input disabled, like disabled="disabled" **Describe alternatives you've considered** Take control under all...

enhancement

Hi, need automaticaly change month then click day of next month, now it is hover:cursor: no-pointer - it is bad because the users gets the feeling that the date of...

enhancement

Hi, about :disable-date now busy dates are not displayed on the days of the next/prev month, this misleads users and requires them to switch the next/prev month to understand what...

enhancement

**Is your feature request related to a problem? Please describe.** In some scenarios planning is easier in calendar weeks instead of dates. Therefore displaying calendar weeks would be a nice...

enhancement