Simon André
Simon André
Could you add a minimal test ? Or is it too complex ? (i remember i started this exact PR and wonder if i did stop for this exact reason...
It's not because something was not tested that it can never be, fortunately! But i can understand how it feels when you see no other test .. :)
You need to change the content of the template, as the options exposed are not the same in the new class.
Nevermind the test, but if you could update the generated code to follow the new usage of the class (you may look at the doc for reference, or even the...
Two ideas with 0% certitude there : Did you try to manually handle errors or so with JS hooks ? https://symfony.com/bundles/ux-live-component/current/index.html#javascript-component-hooks You could maybe even try to plug yourself into...
No, I think we need to consider this further. I'm just not ready to make any time-related promises. :)
Is frankenPhp in worker mode fully supported by Symfony/Doctrine/Twig currently ? (**genuine question**)
> So, I can create a minimal app, that reproduce issue. Yep, that would make it easier to understand what's happening there, thank you. But as you can see, my...
https://symfony.com/bundles/ux-twig-component/current/index.html#context-variables-inside-of-blocks > ALL variables from the upper component (e.g. SuccessAlert) are available inside the content of the lower component (e.g. Alert). However, because variables are merged, any variables with the...
I think this could be automatic, based on the arguments passed. Something like * you pass a label -> aria-label, * else we set it aria-hidden WDYT ? I'm not...