F
Filament2mo ago
slamx_

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')
No description
2 Replies
Jyrki
Jyrki4w ago
Also happens with just a checkbox or text input
slamx_
slamx_4w ago
We fix that with a z-index as extra class attr.