EasyCorp / EasyAdminBundle

EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.
MIT License
4.04k stars 1.02k forks source link

ImageField required when updating/edit #4004

Open devcut opened 3 years ago

devcut commented 3 years ago

Hello,

When i edit my entity with already image in database, the imageField show the required HTML5 tooltip...

$picture = ImageField::new('picture')
      ->setUploadDir('public/uploads/gifts')
      ->setBasePath('uploads/gifts')
      ->setSortable(false);

Capture d’écran 2020-12-01 à 09 30 56

sietseveenman commented 3 years ago

@devcut I came up with a bit of a dirty fix. You can override the ea form theme (or specific parts of it). Check out the docs for more info https://symfony.com/doc/current/bundles/EasyAdminBundle/fields.html#design-options I've added a little Githubissues.

  • Githubissues is a development platform for aggregating issues.