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
You can add "multiple" attribute checkbox for the File Upload field.
If selected, it would produce: <input type="file" ... multiple />
<input type="file" ... multiple />
The text was updated successfully, but these errors were encountered:
Good idea. I'll add it.
Sorry, something went wrong.
Forgot to reference this in the fix but #211 solves this
No branches or pull requests
You can add "multiple" attribute checkbox for the File Upload field.
If selected, it would produce:
<input type="file" ... multiple />
The text was updated successfully, but these errors were encountered: