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
What does "Wont let me submit" mean?
the button is unclickable
Show code and/or screenshots, otherwise its impossible to debug
I need to add another input that's not FileUpload for the form to be submittable
Can you also show the unclickable button with a screesnshot?
the simplest button stays unclickable by the way
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
that's the thing it works if i add another text input, and all the requests and logs are clean
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
Happily