Multiple FIleUpload Reorderable
Hey friends, I have little question on how things work.
I have a FileUpload, multiple
Here is my code:
I have a FileUpload, multiple
- reorderable, used a
**saveRelationshipsUsing**to hook in to the saving part, but when I try to reorder them with**reorderUploadedFilesUsing**, it seems that its tries to go through this method (saveRelationshipsUsing) again after reorder and it removes the uploaded files from the filepond component visualy (after save), but after refresh they are still there. Also they don't appear to be sorted properly.
sortBy is not honored? How can I approach this?Here is my code: