$data afterFormValidated in Tables\Actions\CreateAction not filled #14945
Unanswered
untillnesss
asked this question in
Help
Replies: 1 comment 1 reply
-
Do you know the version that it was working? Alternatively, I think you can inject ->afterFormValidated(function (RelationManager $livewire) {
$data = $livewire->mountedTableActionsData[0];
}) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Panel builder
Package Version
v3.2.127
How can we help you?
Previously, when I filled the callback parameter in

afterFormValidated
which is located inTables\Actions\CreateAction
with$data
, it would fill in data about the form.But after I did some Filament version updates by running

composer update -W
, it now doesn't work at all.The following is an example of the full coding.
Click Here Gist
Even though previously everything was running smoothly.
Beta Was this translation helpful? Give feedback.
All reactions