flowbite-datepicker
flowbite-datepicker copied to clipboard
A Tailwind CSS datepicker built with vanilla JavaScript
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 ...
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...
Fixes #38
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:  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...