Simon André
Simon André
@WebMamba this is a parralel question i think. Here we're talking about cases where we get a 400/500 error (server down, page not found...) so this is the "JS" handling....
Oh i just realized @WebMamba you may not have seen the related PR (i had the impression i was answering your comment on it) https://github.com/symfony/ux/pull/1916
There is an open PR .. would you like to help @RafaelKr ?
Hi @pavel-kolar ! Sorry for the late answer. Can you try with `admin/form-button` and `admin/formButton` ? I think one of them should work
Could you create a little small reproducer, it's easier to understand what you are doing / expecting. But right now i'd say the component has not been re-rendered, so this.component...
Yes i understand. You should start by making it work without the custom controller JS first (with an input text for example) As you do not have any model in...
Hmm but you're right, as you want to do it .. it probably won't work. Maybe instead of this event cascade you can use a simple action ?
Well you are right. For now what you want to do will not work.. i'd still advise you to use LiveActions when you want to update your model (without persisting...
Probably more a question for the DynamicForms repository: https://github.com/SymfonyCasts/dynamic-forms .. i'm not sure here and prefer not give you a wrong answer 🤷♂️
Thank you very much @YummYume ! I'll review in depth during week-end A first comment though: i'm not sure we should expose the same API / possibilities, as such errors...