mugiwara
get form data from action
hi, i want to learn is there a change about get data in action form. In v2 i use this code in my resource's view page and i can get data to 'apiTest' function but now in v3 i get the error
Unable to resolve dependency [Parameter #0 [ <required> array $data ]] in class App\Filament\Resources\CompanyResource\Pages\ViewCompany
.
5 replies
datepicker state update
i want to select a date in 'plan_started' datepicker and using that date for 'plan_expires'. in filament v2 i used this code and works like i wanted. in v3 it is not works.i look at changes and see the 'closure' was changed to 'Set' and 'Get' but still i could not succeed. how should i change the codes ? thanks
17 replies