Search
Setup for Free
F
Filament
•
3y ago
Hai NGUYEN
cannot update form in action
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,352
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
V
Vp
•
8/17/23, 2:46 AM
You need to get the model and use it like below
->action(function (User $record, array $data): void { dd($record); })
->action(function (User $record, array $data): void { dd($record); })
H
Hai NGUYEN
OP
•
8/17/23, 2:50 AM
thanks
->
action
(
function
(
User
$record,
array
$data)
:
void
{
dd
($record);
})
->
action
(
function
(
User
$record,
array
$data)
:
void
{
dd
($record);
})
Similar Threads
Update Form from Action Modal
F
Filament / ❓┊help
2y ago
Form in Action
F
Filament / ❓┊help
3mo ago
Action in Form
F
Filament / ❓┊help
3y ago
Update form field from page action
F
Filament / ❓┊help
3y ago