A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
19.47k
stars
2.97k
forks
source link
Mitigate Carbon Month Overflow Bug on 31st of a month #14678
Closed
PascaleBeier closed 3 weeks ago
Description
On the 31st of each month, the month selector for for the month filter breaks. The months retrieved in getMonths() will output:
To mitigate this, we set the day to the first day of the month.
Related Carbon Issues: https://github.com/briannesbitt/Carbon/issues/3097, https://github.com/briannesbitt/Carbon/issues/2317
Visual changes
none
Functional changes
composer cs
command.