Ryan Weaver
Ryan Weaver
Hi @janklan! Thanks for the detailed issue and reproducer - the reproducer was super high quality - that's a great form you built! I got it running locally to help...
> I'm not sure why and I didn't dig into it (and I don't have a reproducer this time), but when I cut&pasted all the code from my extending component...
I've thought a lot about this, and I *think* yes, we've got it... but there is some internal weirdness. To double-check, let's look at one of the ugliest situations. All...
> instead of the special @id value to express that it can be replaced, what about being explicit 2 parameters editable and replaceable? I'd need to think more about the...
Hey @norkunas! Hmm. So this is added by the `useNameAttributesAsModelName()` method being called - https://github.com/symfony/ux/blob/8e84d49a92b70f99001b8817cd3129a6215175f6/src/LiveComponent/src/ComponentWithFormTrait.php#L195-L206. That method should automatically be called either by `initializeForm()` in the trait (which is done...
If we need to add flexibility for `useNameAttributesAsModelName`, then let's do it.
Hmm, this is not quite possible! I initially was thinking "yes", and here was my solution: > Use the event system to "modify" chart options - https://chartjs-plugin-datalabels.netlify.app/guide/getting-started.html#registration > We document...
I understand better now - I hadn't ever realized that when you resize a textbox, your browser adds the `style` tag with `width` and `height` automatically. The simplest way to...
Hey @garak! Hmm, yes I see! I also don't think this is fixable... and I think it goes beyond the technical complication of not knowing which options to pass or...
Yea, we should make this configurable somehow. We could do it as you suggested (maybe changing it to `clear_button: false` instead of `null`) or we could add a new option...