-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Add missing properties for file component
* webcam: false is set in our default form builder configuration, and it affects the SDK/renderer in that no webcam integration needs to be built/enabled * options object is set as string in our current builder, but it is then at run-time parsed as JSON. We can shortcut this and directly set it as an object. The withCredentials option is required for XHR uploads to send cookies. This will likely become obsolete when we replace the formio renderer with our own and have a fetch-based upload client.
- Loading branch information
1 parent
619d979
commit 6853fe2
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters