Simon André
Simon André
> * Either add the `ComponentMetadata` in the `PreCreateForRenderEvent` payload. PreCreateForRenderEvent is an internal event used only to short-circuit the entire rendering process. It cannot expose the ComponentMetadata there because...
Hi @jcrombez ! Some thought here: First you need to get the information you want to store. You can - pass `app.current_route` and `app.current_route_params` to the component from your template...
I'm sorry, are you really talking about 1000 items in the list ?
Wow i did not know this was even doable :) Do you feel to investigate this problem and suggest maybe a PR ?
A new release of Autocomplete has been released, with minor changes that may have an impact (hopefully good 😅 ) here ... Could you check ? Then we will have...
Yep this is something we talked about with @dejagersh - pure renderless responses - delete responses But also "json response" (pure data/model, without HTML)... even if it seems to be...
How would you handle this ?
Would one of you people be ready to open a PR ? (We can iterate on "details" things, but this could be a good base :))
Something like this ? ```php // ... if ($child->vars['required'] && $values[$name] === null) { // Select the first element if available (can be an empty placeholder) if (0 < count($choices...
Does your problem occur on "level one" or does it need the 3 nested levels ? Also, could you set a minimal reproducer ? It really does help for others...