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

Filepicker only shows last image on form edit mode #399

Open
mjsunny opened this issue Nov 11, 2024 · 1 comment
Open

Filepicker only shows last image on form edit mode #399

mjsunny opened this issue Nov 11, 2024 · 1 comment
Labels
bug Something isn't working Improvement Improvement to an existing feature
Milestone

Comments

@mjsunny
Copy link

mjsunny commented Nov 11, 2024

Sample Code:

@foreach($image_galleries as $image)
<form method="post" action="#" class="edit-form-{{ $image->id }}"  enctype="multipart/form-data">
        <x-bladewind.filepicker 
                  name="image"
                  url="{{ asset($image->url) }}"
                  accepted_file_types="image/*"
                  placeholder="Upload Thumbnail" />
</form>
@endforeach 
@mkocansey
Copy link
Owner

Hey @mjsunny thanks for bringing this up .. will try replicating the issue from here and resolve.

@mkocansey mkocansey added Improvement Improvement to an existing feature bug Something isn't working labels Nov 14, 2024
@mkocansey mkocansey added this to the v2.8.0 milestone Nov 14, 2024
@mkocansey mkocansey modified the milestones: v2.8.0, v2.8.x Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Improvement Improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants