Form won't let me submit when only FileUpload is attached as an input

When i migrated to V3 a form i built with Filament Form Builder with only a FileUpload input wouldn't submit
12 Replies
Matthew
Matthew14mo ago
What does "Wont let me submit" mean?
Geralders
GeraldersOP14mo ago
the button is unclickable
Matthew
Matthew14mo ago
Show code and/or screenshots, otherwise its impossible to debug
Geralders
GeraldersOP14mo ago
No description
Geralders
GeraldersOP14mo ago
No description
Geralders
GeraldersOP14mo ago
I need to add another input that's not FileUpload for the form to be submittable
Matthew
Matthew14mo ago
Can you also show the unclickable button with a screesnshot?
Geralders
GeraldersOP14mo ago
the simplest button stays unclickable by the way
No description
toeknee
toeknee14mo ago
I am going to guess the fileupload has failed and as such the import button isn't working. Check your browsers error logins and network requests
Geralders
GeraldersOP14mo ago
that's the thing it works if i add another text input, and all the requests and logs are clean
toeknee
toeknee14mo ago
It could be a bug, can you create a basic repo with just this, ideally with it working with text input and a test with it not working and submit a bug report
Geralders
GeraldersOP14mo ago
Happily

Did you find this page helpful?