Hi @ZeroqodeSupport ,
I hope you can help me.
I am implementing the plugin for a fairly simple case, actually the same already published on the plugin example page.
Scenario I intend to implement:
-
The Wasabi S3 element has been set for “Multiple files - Yes” and “max 5 files”
-
On the frontend, the user indicates multiple files (max 5) that he intends to upload - either by dragging them to the Wasabi s3 element or by browsing them in the Explorer
-
A Repeating Group should display a preview of the files the user intends to upload.
-
Clicking an upload button uploads these files to the Wasabi storage.
Issues:
Every time the user indicates a new file that he intends to upload (by selecting it or dragging it onto the WasabiS3 element), the list of files stored in the “File (Wasabi)” state seems to empty, so that the preview always shows the same (and only one!) file. In practice, “Multiupload” never occurs.
The problem could be seen also in the plugin’s sample page: Appkit | Bubble Editor
As a further test, I tried to create a case where 3 text elements show respectively, the Full name of the 1st, 2nd and last item of the “File (Wasabi)” list of a Wasabi S3 element:
Well, the 2nd element is never displayed (so it seems that a list never gets created, because there is never a 2nd element in that list) while the 1st and last are always the same (in the sense that every time a file is indicated that is going to be uploaded, the list resets and goes back to being composed of only that element):

Thanks in advance!