awcodes / filament-curator

A media picker plugin for Filament Panels.
MIT License
343 stars 89 forks source link

.filepond--root has inlined fixed height when using `multiple` causing previews to be hidden #376

Closed MtDalPizzol closed 11 months ago

MtDalPizzol commented 11 months ago

Filament Version

v3.1.6

Plugin Version

3.x-dev

PHP Version

Php 8.2

Problem description

When uploading multiple images in the panel, the .filepond--root of the Uploader component gets a fixed height (probably inserted via JavaScript). This fixed height is wrong, since it causes files below the first one to be hidden.

curator-2

Expected behavior

It should show the previews for each uploaded image.

Steps to reproduce

  1. Install the plugin.
  2. Set the Filament Tip Tap Editor Media Action to use Curator.
  3. Try to upload multiple files on the panel.

Reproduction repository

No response

Relevant log output

No response