Can i use filament form getters and setters in custom page?
when dumping all get values i get null
Solution:Jump to solution
https://www.youtube.com/watch?v=8Di6Yrqgsl8
The custom page was not configured correctly i followed this tutorial and every thing worked fine...
Filament Daily
YouTube
Filament: Only Edit Form with Custom Page and Livewire
If you want to use a Filament form outside of the Resource, here's one example.
Original tutorial. Filament: Edit Only Single Record with Custom Page https://laraveldaily.com/post/filament-edit-only-single-record-custom-page
2 Replies
To debug try to use afterStateUpdated(State $state, Get $get) in the Select. Ex:
dd($get('from_warehouse_id'));
Solution
https://www.youtube.com/watch?v=8Di6Yrqgsl8
The custom page was not configured correctly i followed this tutorial and every thing worked fine
Filament Daily
YouTube
Filament: Only Edit Form with Custom Page and Livewire
If you want to use a Filament form outside of the Resource, here's one example.
Original tutorial. Filament: Edit Only Single Record with Custom Page https://laraveldaily.com/post/filament-edit-only-single-record-custom-page