You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
samal-rasmussen
changed the title
todayHighlight doesn't update when selecting date.
When using todayHighlight today isn't highlighted when going from selecting today to some other date
Dec 1, 2023
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
The text was updated successfully, but these errors were encountered: