Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileUpload Component Overlapping Next Element When Accepting Multiple Files #13689

Open
izzudin96 opened this issue Jul 24, 2024 · 0 comments
Open
Labels
Milestone

Comments

@izzudin96
Copy link

izzudin96 commented Jul 24, 2024

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 the FileUpload component has a transparent element that extends over the subsequent input field, blocking interactions.

image

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

  1. Create a form.
  2. Add a FileUpload component to the form and configure it to accept multiple files.
  3. Add an input field, such as a checkbox, immediately after the FileUpload component.
  4. Attempt to interact with the checkbox.

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

  • You can donate funding to this issue. We receive the money once the issue is completed & confirmed by you.
  • 100% of the funding will be distributed between the Filament core team to run all aspects of the project.
  • Thank you in advance for helping us make maintenance sustainable!
Fund with Polar
@zepfietje zepfietje added this to the v3 milestone Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

2 participants