Denis Soriano

Results 6 comments of Denis Soriano

Use fade v1 with filckity v2 : ``` ``` And don't forget not to use the wrapAround function, it works bad with it.

👍 It would be great. As a workaroud, you can use transformer : ```php #[MapFrom(source: 'array', property: 'track', transformer: "source['track']['uri'] ?? null")] #[ORM\Column(length: 100)] private ?string $uri = null; ```

Hello, I have exactly the same problem !

@smnandre the solution proposed by @BriceFab seems to be a goode idea, The values should be extracted and defined in ComponentWithFormTrait::extractFormValues. Actually to make my form works, I had to...

I can do it but not right away, I'm overwhelmed in the short term and I already have another PR to create and submit to you following another bug found....

Hi @Korbeil Thanks for your answer. I'm pretty sure that the attribute MapTo on the method is not the problem and works. This code is working well : ```php class...