Convert empty arrays to null when doing multi upload
There is a bug in form.io framework to do with arrays when calling validation defined for the form. The bug exposes itself when you call validation routine more than once (our case in multi upload). The work around for this bug is to replace empty arrays in json payload will null.
Types of changes
Bug fix (non-breaking change which fixes an issue)
Description
Convert empty arrays to null when doing multi upload
There is a bug in form.io framework to do with arrays when calling validation defined for the form. The bug exposes itself when you call validation routine more than once (our case in multi upload). The work around for this bug is to replace empty arrays in json payload will null.
Types of changes
Bug fix (non-breaking change which fixes an issue)
Checklist
Further comments