FileUpload does not fully initialise in collapsed Form Repeater/Builder on edit
When using collapsed Repeater or Builder and when editing items, the FileUpload would not fully initialise.
I have 4 items in the repeater; The page loads with all these items collapsed. I expand random item - the image upload field is correctly initialised with image, delete button etc.
I then open second item - the image loads, but the Drag & Drop your files or Browse message is showing on top of the image and delete button prompts to upload a new file. When new file is uploaded - both newly uploaded and previously uploaded images get deleted.
This does not happen if Repeater is not collapsed by default.
Any ideas what trickery I could invoke to make the FileUpload reinit properly on expanding the repeater/builder section?
2 Replies
Item in second repeater entry vs first
Bump in case anyone has any thoughts?