Ryan Weaver
Ryan Weaver
> The idea for other packages here is to integrate with the new Twig component? (Like the chart.js) Let me make sure I understand your question first. I think you...
Hmm. This is actually a bigger problem than just documentation - it's a case I hadn't considered. The tricky thing is that the AJAX endpoint doesn't know anything about your...
Hey @MiroYld! What version of `symfony/ux-chartjs` are you using? And what version of `@symfony/stimulus-bridge` (the Node package)? I just want to make sure that you don't have some new, unreleased...
Hi everyone! If someone can publish a reproducer library on GitHub, I can take a look. The original poster @MiroYld did post a reproducer, but it turned out the issue...
I'm going to close this - I think the issue is just various mis-configurations of UX itself (e.g. not having the `encore_entry_script_tags()` or not importing `./bootstrap.js`. Hopefully this issue can...
Hey @manuelkiessling! Thanks for the nice words! And yes, I would have tried the same solution that you did - this solution, imo *should* work. And so if it doesn't,...
Hmm, potentially. But is triggering the native browser validation manually possible? And even if it is, how would we determine whether or not to do it (we wouldn't want to...
Hmm, that seems reasonable enough. Probably it would be something like: ```html ``` The `validate` modified would cause it to find the parent `form` element and call `reportValidity()` on it,...
Are you just getting that error from chart.js? If so, don’t just worry about it - the chart.js build is currently broken - we’re debugging in another PR. If it’s...
Yea, I can see the problem. The `LiveCollectionType` works well when you let the form system render the entire `CollectionType` field - e.g. simply `{{ form_widget(form.todoItems) }}`. I don't think...