Flatpickr issue on monthSelect()
I pre-fill the picker with month with current date, but once submit, the default value is removed, and I cannot pick up any other date:
Flatpickr::make('month')
->monthSelect()
->default( now()->isoFormat('MMMM, YYYY') ),
It prefills with current date, but after submit, it desapears, and cannot pick any date anymore.
Any suggestion?
0 Replies