steexd
Dynamic Repeater based on FileUpload->multiple() files
Hi everyone!
I’m working on a feature in Filament where I’d like to create a repeater that contains basic metadata fields like title and description. The repeater should automatically generate entries based on the number of files uploaded in a FileUploader field (one entry per file).
Here’s an example of the schema I’m currently working with:
Is there a simple or recommended way to achieve this?
Ideally, the repeater field would also update dynamically if files are added or removed from the FileUpload field...
Thanks in advance for your help!
5 replies