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

A Tailwind CSS datepicker built with vanilla JavaScript

Results 53 flowbite-datepicker issues
Sort by recently updated
recently updated
newest added

I am trying to use datepicker in rails 7 with importmap, but it does not work when in dark mode. `/config/importmap.rb` ``` # Pin npm packages by running ./bin/importmap pin...

Hi, If I set tailwind config `important: true` the datepicker dropdown open to the default position `top-0 left-0` since it is important, the dynamic position ignored ![Screenshot from 2023-03-16 20-56-20](https://user-images.githubusercontent.com/3752374/225640023-fb105244-8406-437e-8623-25ba6c918b02.png)...

Hello, I'm using this plugin and and not being able to set another locale besides `en` which is default one. The documentation is not clear about that anyway I have...

Currently when the date value is assigned, no change event is fired, which means that when you've got custom event listeners for `change` events, they won't fire when a date...

If you use minDate or maxDate then out of range dates still look selectable.

Currently, the datepicker does not make a distinction between days from previous and next months: ![image](https://github.com/themesberg/flowbite-datepicker/assets/4161158/0aa65541-d2c2-4d2e-876f-3d45c64832bc) As you can see, the 29 and 30 from the previous month and the...

fix typo: `Detepicker` -> `Datepicker`

Is it possible to add inline support for Date Range Picker?

### Description - THis is a bad UX, because one you select date from 3 month, the selection will be too long, it should be the same behavior on this...