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

The current date picker allows selecting a single date or a continuous date range, but it would be extremely helpful if it could also select non-consecutive multiple dates. As a...

enhancement

**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** As far as I can see from the source and documentation, the first day...

enhancement

Hey guys, I'm facing an issue with generating numerous translations in the public folder, but I couldn't figure out why this is happening. Can anyone help me out? ![image](https://github.com/elreco/vue-tailwind-datepicker/assets/151505410/74d23ace-bcba-4fe9-9c07-f1b48764fa46)

bug

**Describe the bug** It's necessary because of a label for. In Chrome, it gives a duplicate id error and says it can't find an id for the label for. **To...

bug

**Describe the bug** When attempting to disable future dates, the functionality works properly until a date is selected. After selecting a date, the disabled dates are no longer functioning as...

bug

Hi, thanks a lot for component. I have problem, i migrate from vue3 to nuxt3, and after i choose a date in datepicker, all busy dates change style from .disabled\:text-vtd-secondary-500:disabled...

bug

The default set of shortcuts present in the list is good, but it would be great if it could be expanded rather than simply overwritten with a custom set of...

It would be really useful if you could pass an array property which contains a list of dates the calendar highlights. A concrete use case would be if you're using...

enhancement

**1. tailwind.config.ts :** module.exports = { darkMode: 'class', // ... } 2. gobal class: html.dark { color-scheme: dark; }

bug

hello, After selecting the time, the time in the input box changes, where is the change event?

enhancement