momocode-de

Results 11 comments of momocode-de

I have the same problem with the github API. This are my inputs of the workflow_dispatch workflow: ``` on: workflow_dispatch: inputs: version: description: 'Version' required: true type: string skip-tests: description:...

@smnandre Thank you for your approach! I have now done it with an extra controller for this type of modal. I have added this to the template of the general...

> Nest a your component into a defered one ? Good idea, thank you!

I am dealing with the same problem right now. This is what my requestRefresh function looked like at first: ``` async requestRefresh(refresh) { // Notice that this is the global...

@boxblinkracer Are you working on this topic? If not, we'll have to look for an alternative or program an optimized command ourselves.

> You should start by setting a LiveProp with the data you want to use in your form (a TestFormStruct instance i guess): https://symfony.com/bundles/ux-live-component/current/index.html#forms Ok, I thought that was optional....

> Maybe try this ? https://github.com/symfony/ux/issues/391#issuecomment-2139592202 No, unfortunately that doesn't help. In my case, it's not about an entity autocomplete. My custom Ajax endpoint, which loads the options, sends a...

So is it intentional that the children cannot use URL parameters in this case? Should then be mentioned in the documentation. But you could solve it by checking in the...

@smnandre Works, thank you! > Quick note — saying things like "you could solve it" and "you could then" made it a bit less encouraging to want to help. Sorry,...

@smnandre I noticed a disadvantage of your solution (a little late). My parent component now has polling, so it reloads every 30 seconds: `data-poll="delay(30000)|$render"` However, the child component is not...