Juan
Juan
FFilament
Created by Javier Mercedes on 8/16/2023 in #❓┊help
Datepicker disable weekends
I use this: ->disabledDates(function () { $start = Carbon::now()->startOfMonth(); $end = $start->copy()->endOfMonth(); $period = CarbonPeriod::create($start, $end); $weekends = []; foreach ($period as $date) { if ($date->isWeekend()) { $weekends[] = $date; } } return $weekends;
4 replies
FFilament
Created by Juan on 2/21/2025 in #❓┊help
Form FileUpload cancel hook
Hey again. Still working on this... If I change the code of FilePond, I maybe breaking future updates, am I?
13 replies
FFilament
Created by Juan on 2/21/2025 in #❓┊help
Form FileUpload cancel hook
ok! thanks!
13 replies
FFilament
Created by Juan on 2/21/2025 in #❓┊help
Form FileUpload cancel hook
I'm lost. I registered the event with FileUpload->registerListeners and the event "FilePond:processfileabort" but the code (just a dump) doesn't get executed... Maybe I'm missing something?
13 replies
FFilament
Created by Juan on 2/21/2025 in #❓┊help
Form FileUpload cancel hook
Ok! Thanks!!
13 replies
FFilament
Created by Juan on 2/21/2025 in #❓┊help
Form FileUpload cancel hook
Dude, No idea where's the event name for the cancel button... too much...
13 replies
FFilament
Created by Juan on 2/21/2025 in #❓┊help
Form FileUpload cancel hook
ok,I'll try. Thanlks!
13 replies
FFilament
Created by Juan on 2/21/2025 in #❓┊help
Form FileUpload cancel hook
Thanks! Do you know the name of the event that the cancel button fires, I've tried looking it up but I am not able to find it?
13 replies