-
Notifications
You must be signed in to change notification settings - Fork 299
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 input not always populated in edit form #1949
Comments
So this is related to big files. Any proposed solution? And what would be the effort? |
@bogdanfazakas let's move this to someone else ;) |
agreed, I was not able to reproduce the issue (tried big files 1gb, url, ipfs etc, rest-api's etc), |
This is so weird, but I found a way to reproduce it.
If the internet connection is slow, for some reason the file input gets override / cleared. https://www.loom.com/share/982976088011432f97e232aec528f7e3?sid=1f54558a-8dcc-41ca-b2fb-778d39c08c3e I'll look into it 👍🏽 |
When using big files or api's behind the url used when creating the file, the file input doesn't get populated always which makes the whole validation form to fail and the submit button can't be used being disabled.
Eg in the image below, also in the debug the files type is no longer 'hidden' it defaults to 'ipfs' when this is reproduced.
The text was updated successfully, but these errors were encountered: