-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"tap to cancel" not working in FileUpload
form field
#15844
Comments
Yes also i need this solution |
I created a workaround by cancelling the upload using a separate JS script on the form page like this:
Please note that this is just a workaround and not a fix. I wasn't able to figure out why the action is not getting triggered in filament. |
Okay how to implement this function or where you paste it
|
Package
filament/filament
Package Version
v3.3.4
Laravel Version
v11.44.1
Livewire Version
No response
PHP Version
PHP 8.2
Problem description
Hi, I'm using the
FileUpload
form field to upload larger files and I noticed that the "tap to cancel" field on the uploader is not working at all. This is also true for theSpatieMediaFileUpload
field. I have checked the filepond demos where it works as expected, so it does not seem to be a filepond bug. I'm not sure if this is CSS, JS or even browser related. I've tested Chrome, Firefox and Edge and it's not working in any browser for me.Expected behavior
Successfully cancel the file upload while uploading.
Steps to reproduce
CreateOrder
formFileUpload
fieldReproduction repository (issue will be closed if this is not valid)
https://github.com/c-zehnter/fileupload
Relevant log output
The text was updated successfully, but these errors were encountered: