rawilk / laravel-form-components

Form components built for Tailwind & Livewire.
https://randallwilk.dev/docs/laravel-form-components
MIT License
386 stars 42 forks source link

How to edit images on FilePond component #65

Closed magarrent closed 1 year ago

magarrent commented 1 year ago

Feature Description

Hey there! I'm using Filepond component with Livewire. The question is how to edit those images once you uploaded it?

Like editing a blog post with an image already set. Is that currently possible?

Is this feature valuable for other users as well and why?

No response

rawilk commented 1 year ago

Sorry for the late reply. I believe this is outside of the scope of this package and component. If I understand you correctly, you would need show the current image on an edit page with a way for the user to either remove the image and/or click a button or something to upload a new image.