Replies: 2 comments 1 reply
-
try if ($state) {
$livewire->sendMedia($state);
$livewire->data['media'] = null;
} |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have the same problem... I've already tried nothing!! But I realized that the problem is not in the input file, it resets, but the "filepond" doesn't clear the listed file. Do you understand?? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Form builder
Package Version
v3.2.96
How can we help you?
I have a form with just an upload file field; I would like to trigger a process once the user finishes uploading the file and resetting the form. I have try a few ways but it seems like the file are still remain there, anything I miss out?
`class Test extends Page implements HasForms, HasActions
{
use InteractsWithActions;
use InteractsWithForms;
}`
Beta Was this translation helpful? Give feedback.
All reactions