Delete an image on edit mode then save not working. I am not update new image. Remove then give it empty
+1 - no trash icon in edit mode (in demo page too)
http://laravel-admin.org/demo/multiple-images/3/edit
OK, I found in DOC... it needs ->removable() option... Should this not be the default?
right!
@z-song Take a look if you have time 👍
Update to v1.5.x-dev and try again.
@z-song run composer update ?
composer require encore/laravel-admin v1.5.x-dev
$form->image(...)->removable();
@z-song Thank you so much.
If you have time can you add validation requice image? 💯
Most helpful comment
$form->image(...)->removable();