We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a form has a required attachment field, it can not be submitted when user inputs file via drag-and-drop.
Tested in Firefox and Chrome.
The text was updated successfully, but these errors were encountered:
Reason seems to be that the browsers form validation does not recognize the field as filled when using drag-and-drop on it.
I create a PR with a fix that basically just adds a dummy file to the relevant input element to solve this issue: #112
Would be nice if someone could confirm this issue and my fix.
Sorry, something went wrong.
No branches or pull requests
What?
If a form has a required attachment field, it can not be submitted when user inputs file via drag-and-drop.
Steps to reproduce
Tested in Firefox and Chrome.
Versions
The text was updated successfully, but these errors were encountered: