Antonin

Results 17 comments of Antonin

Hi, thanks for the suggestion, sounds like a good idea, a PR would be appreciated if you can :+1: Thanks

This probably comes from your form theme but it's hard to tell, it could happen for example if a div is added outside of the children when there's an error...

Are you using LiveComponent by any chance? For Turbo by itself it shouldn't create any problem as far as I know, I use it with turbo myself. But for Live...

Thanks @bsramin :+1: Yes you're correct, I've added this to the readme, until I find a proper way to support live components

Hmm I don't think so? if you send a payload in my example with an array `[1, 2, 3]` it will work well and be interpreted correctly by symfony, and...

Thanks for the reproducer @mario-fehr :+1: If this can help some people, a quick workaround I did for now is this and it seems to be working in my case...