docusealco / docuseal

Open source DocuSign alternative. Create, fill, and sign digital documents ✍️
https://www.docuseal.co
GNU Affero General Public License v3.0
5.7k stars 378 forks source link

FileDropZone not working #136

Closed ekadin-mtc closed 8 months ago

ekadin-mtc commented 8 months ago

I added a File field to my form, but nothing happens when I try using it.

omohokcoj commented 8 months ago

@ekadin-mtc thanks for reporting this. Looks like it was some weird vue bug that appears randomly (i was not able to constantly reproduce it) https://github.com/docusealco/docuseal/commit/a42ae0b39e7d7ec8f590b95b212258ebab4d828f - I added this fix to ensure that the files array is always defined - it will be released in the next version.

ekadin-mtc commented 8 months ago

@omohokcoj Thanks for the quick fix! Looking forward to the next release :)

omohokcoj commented 8 months ago

@ekadin-mtc a new version has been released on Monday - the attachments step should work well there. Please reopen if the issue still persists in the new version

ekadin-mtc commented 8 months ago

Indeed, it works now! Thanks, and keep up the great work!