FileUpload on custom Livewire page won't render properly
Hey,
I am trying to create a custom page to upload suggestions. You should be able to upload multiple files for their suggestions, and here is the Problem. As soon as someone uploads one or multiple files, the FileUpload warps and doesn't render properly (see attached picture).
I have already tried to add the
@filamentStzles @filamentScripts
@filamentStzles @filamentScripts
calls, but when I use them, the default values won't be filled, and I can't send the form :/
Do you have any suggestions on what I could try?
Solution
Hey,
I fixed the problem. Apparently something went wrong with the upgrade from Filament v2 to Filament v3
I created the entire Project with Filament v3 and the render problem is gone.