Emmanuel Barat
Results
2
comments of
Emmanuel Barat
In my use case (a two levels nested form), the code written in the docs can't help. That solution works just fine.
Same problem, except formatValue() works on index page but not on detail page: ```php $expand = Action::DETAIL === $pageName; yield ArrayField::new('sousSecteurs') ->formatValue(function (mixed $value) use ($expand) { if ($value instanceof...