Simon André

Results 779 comments of Simon André

No, i'm saying you cannot have both Live action handling and standard form handling at the same time i think. Not 100% sure to see who is who in your...

I'm not sure because you have an error `Warning: Trying to access array offset on null` that fails the first two requests. ```php $file = $request->files->get('rdv')['fichierAudio']; ``` After that, i...

As i said, I think there are two actions at once. Could you check in your profiler / web debugger ?

Could you look what the "_batch" is sending ?

Anonymous component cannot be LiveComponent so not sure what is going on here 🤔

@anatoly-pashin-axon21 I am stating - again - that _**I**_ don't _get_ how and _why_ a LiveComponentMetadataFactory would try to create metadata for a non-live component. Not saying it does not...

We're always open to improvements Recent suggestions felt a bit mixed --some very valid points, others less aligned with concrete user needs or going against points we've already covered. Thanks...

@javiereguiluz I'd love this ! Twig vs UX ?

I'm thinking you're reading this in the wrong side. `InteractWithTwigComponent` is not made to test what context your component passes to Twig... but in the contrary to test what HTML...

> Imagine a list component: > ``` > {% for item in items %} > {% block content %}{# Variable `item` shall be available in the block and contain the...