-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
<FileInput> doesn't work #4029
Comments
I can't reproduce the issue on the simple example. Can you please provide a CodeSandbox demonstrating the issue? |
@fzaninotto https://codesandbox.io/s/react-admin-file-upload-issue-m7v4o Just try to edit an existing record. Add some attachment and click "Save". |
it might be related to #4035 and #3087 (comment) works below: data.js:9 - attachment: null
+ attachment: "" |
@bicstone yeah, it works. thanks! |
Reproduced and confirmed, thanks. |
Fixed by #4082 |
I have a simple form for editing emails:
When I save it without any files, it's okay.
But if I add some file, and click "Save" button, I have next error:
dependencies:
The text was updated successfully, but these errors were encountered: