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
It would be nice to also have a widget that can be used for uploading multiple files, using the "multiple" attribute of the file input form.
I might have missed it, but I believe this widget isn't available in deform. Is there a specific reason not to support this?
The text was updated successfully, but these errors were encountered:
This is possible now that arbitrary attributes can be added to any widget. However the UI is suboptimal. It would need some fixing up to be practical.
After a brief search, I found a jQuery plugin that supports both Bootstrap 4 and 3, and doesn't suck: https://github.com/kartik-v/bootstrap-fileinput.
Alternatively it can be handled through a sequence of file uploads.
I would accept a PR with a proposed enhancement and functional tests in both Deform and deformdemo.
Sorry, something went wrong.
No branches or pull requests
It would be nice to also have a widget that can be used for uploading multiple files, using the "multiple" attribute of the file input form.
I might have missed it, but I believe this widget isn't available in deform. Is there a specific reason not to support this?
The text was updated successfully, but these errors were encountered: