formio / formio.js

JavaScript powered Forms with JSON Form Builder
https://formio.github.io/formio.js
MIT License
1.83k stars 1.04k forks source link

FIO-8420: file component no defaults causes error #5642

Closed ZenMasterJacob20011 closed 2 weeks ago

ZenMasterJacob20011 commented 3 weeks ago

Link to Jira Ticket

https://formio.atlassian.net/browse/FIO-8420

Description

What changed?

Previously, formio.js would error on a file upload if the noDefaults option in Formio.createForm function was set to true. This PR replaces this behavior by validating that this.dataValue exists before calling the .some function on it.

Why have you chosen this solution?

Although there were many potential solutions my solution was best because it does not cause any new errors/bugs to appear in the code and allows the next couple of lines of code to work without modification.

Dependencies

N/A

How has this PR been tested?

I added automated tests and manually tested

Checklist: