Open izzudin96 opened 4 months ago
also experiencing this issue, am using form and action button as standalone components and outside of a filament resource/page
element overlap was caused by transform:translate3d(0px,67px,0px)
on filepond--list--scroller
which is to put image list after the dropzone (the place you can click/drag to upload)
fixed it by manually setting an style attribute to add overflow=hidden
, not sure what's the best approach or why that element needed space after the images that caused this overlap, but this fixed it
Package
filament/filament
Package Version
3.2.96
Laravel Version
10.48.17
Livewire Version
3.5.4
PHP Version
8.2.16
Problem description
When setting up forms with the
FileUpload
component to accept more than one file, the next input field becomes unclickable. This issue occurs because theFileUpload
component has a transparent element that extends over the subsequent input field, blocking interactions.Expected behavior
The next input field (e.g., a checkbox) after the FileUpload component should remain fully clickable and interactable regardless of the FileUpload settings.
Steps to reproduce
Reproduction repository (issue will be closed if this is not valid)
https://github.com/izzudin96/filament-a11y
Relevant log output
No response
Donate 💰 to fund this issue