laravel-form-builder icon indicating copy to clipboard operation
laravel-form-builder copied to clipboard

Can not delete file field

Open ZAZmaster opened this issue 6 years ago • 2 comments

I'm trying to delete a file field, but it is not deleted and will remain in place. $form->remove('file_field');

ZAZmaster avatar Aug 23 '18 11:08 ZAZmaster

$form->getFields() Dont show file field :(

ZAZmaster avatar Aug 27 '18 04:08 ZAZmaster

At what moment are you removing it?

kristijanhusak avatar Sep 20 '18 09:09 kristijanhusak