Sachin Agerwal
Sachin Agerwal
FFilament
Created by Sachin Agerwal on 2/27/2024 in #❓┊help
afterFill hook not working for relationship data while creating the record
protected function afterFill(): void { $this->form->fill([ 'charges' => [ [ 'name' => 'Freight Charges', 'description' => 'HHG' ], [ 'name' => 'Packing Charges', 'description' => 'Reusable Material' ], ], ]); }
1 replies