Fileupload Bug view

If you insert a custom field after the FileUpload field, it is not rendered correctly and the filepond layer is laying over the next field

FileUpload::make('new_files') ->label('') ->disk('s3') ->multiple() ->directory($filePath) ->visibility('private') ->preserveFilenames(), CloudFileSelect::make('cloud_files')
fileuploadcustombug.png
Was this page helpful?