Bastien

Results 61 comments of Bastien

> It's is the expected behaviour today. > > You may want to use #[PostMount] hooks for resetting your other values, or dispatching an event manually on changes The **PostMount**...

> PostMount + PostHydrate yes sorry. > > See in [LiveMemoryTimer](https://github.com/symfony/ux/blob/2562a6c3c7542dd85a59e6d84201dd44d0e6e759/ux.symfony.com/src/LiveMemory/Component/Timer.php#L54-L55C19): > > Not 100% related to your need, but may want to take a look at the [demo](https://ux.symfony.com/demos/live-memory/) i...

I think I just found the solution, and it’s so simple! It is simply enough, in the twig, that the input containing the **$query** model also triggers a live-action :...

No, it seems that this only triggers a single request. In the profiler I've this : ![screencapture-127-0-0-1-8000-profiler-d8448b-2024-03-18-10_20_41](https://github.com/symfony/ux/assets/53140475/045f440f-5c66-4758-9493-05e15a3a5eed) The query seems to contain both the targeted action but also the data...

Yeah still encountering the issue too :(

I agree, something is missing to properly manage uploads using the Symfony form. In my case, I use VichUploader on a Media entity to store all my files. I have...

Hello, same problem with ULID. I've the following error `The choices "01H0MRCGT64S03SMSAB42Z79VB", "01H11WZBRBBFRYMZTEZMASCK02", "01H2FHXX8DR0V00QFERFJW0R6Q" do not exist in the choice list.` I tried to override findBy(), but when I dump...

Creating the trait should allow us to simply add the essential elements to our component. For example, look at how the ComponentWithFormTrait works which allows you to manage forms :...

The problem with the current implementation is that (tell me if I'm wrong), on the back side, we still have a lot of things to do to reload the results...

indeed, your file can be very useful! I will try to create a draft of this feature in the near future, hoping that this will give us some visibility on...