When using todayHighlight today is not highlighted when you start with today selected and then select some other date. The selected item gets the highlighted class removed, and it doesn't get added back when unselecting.
Today will get highlighted when you switch month back and forth, as this fully redraws the ui.
When using
todayHighlight
today is not highlighted when you start with today selected and then select some other date. The selected item gets the highlighted class removed, and it doesn't get added back when unselecting.Today will get highlighted when you switch month back and forth, as this fully redraws the ui.
Issue is caused by the removal of bg-gray-100 from the selected item here: https://github.com/themesberg/flowbite-datepicker/blob/98eccf3611605ca4ff6b2cf8a65f72d89ab6052b/js/picker/views/DaysView.js#L193C160-L193C160