-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
File upload doesn't work property if it's after a hidden step (form wizard) #11084
Comments
Here is an example of how it looks hidden-tab-1.mp4 |
After the update, I get this errror: Undefined variable $getUploadingMessage |
Same here 👀 @nils-kt For me, the issue related to the $getUploadingMessage error was resolved by uninstalling/removing the package image-optimizer |
@williamengbjerg confirmed! Can you create a issue (joshembling/image-optimizer)? |
Good idea. I submitted the issue |
This has now been fixed |
Package
filament/filament
Package Version
v3.2.14
Laravel Version
10.42.0
Livewire Version
v3.4.1
PHP Version
8.2.15
Problem description
If you have a wizard with a hidden step, and you conditionally show that step, the file upload after that hidden step will not work property and with throw the following JS error
This issue was introduced in version 3.1.24 (I believe this was the PR #10371)
Expected behavior
The file upload works properly even if it's after a hidden-step-turned-visible
Steps to reproduce
Here is a simple form that can reproduce this
Reproduction repository
https://github.com/sprtk-ches/laravel-filament
Relevant log output
Donate 💰 to fund this issue
The text was updated successfully, but these errors were encountered: