Simon André
Simon André
> I don't believe there's a possibility to resolve everything within the ComponentWithFormTrait Oh, i'm 100% certain there is none.... but this does not mean LiveComponent is not a good...
> I noticed that when removing the DynamicFormBuilder application it works as expected Ho ? So we did fix something with the recent batch of changes in Live ? :)
Lett's thanks #2403 and #2425 then :) Can we close here, or we can do something on LiveComponent ?
> An observation to "circumvent" the state that doesn't change is to add this: Would you have a ultra-small example for this ? (or just tell me like a bullet...
Do we need to fix something or is this going to be fixed in next SF release ?
Thank you for this update!
Removed / off-topic The closing `>` line 2 is a mistake.. or you suggest a new closing tag ? Now for the stimulus_action method, it could be a ultra-easy... or...
Update your src/Twig/TwigPreLexer.php and add this block line 209 (before the variadic check) ``` if ($this->check('{{ stimulus_') || $this->check('{{stimulus_')) { $this->consume('{{'); $attributes[] = '...' . trim($this->consumeUntil('}}')); $this->consume('}}'); continue; } //...
I'm not sure to get... how could we handle this _inside_ the function ?
You cannot "write content" inside the block tag (as you cannot inside any twig tag).. because it as a syntax. This block should be on the div inside your template