basilio73
basilio73
FFilament
Created by basilio73 on 12/8/2023 in #❓┊help
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?
2 replies