kdion4891 / laravel-livewire-forms

A dynamic, responsive Laravel Livewire form component with realtime validation, file uploads, array fields, and more.
243 stars 54 forks source link

Not able to have two file() fields on same page #10

Open simonridley opened 4 years ago

simonridley commented 4 years ago

I am including the same component multiple times on a page - all works fine except for the file upload field

1 - The uploaded file preview appears in both file blocks 2 - The uploaded file appears twice in each file block

I tried using a unique name for each file input, this fixed problem #1 but not #2 - the added file still appeared twice (but only in the correct field)