Simon André
Simon André
The problem here is more global (and almost concerns classic forms too).. You can experience it on the demo https://ux.symfony.com/demos/live-component/dependent-form-fields Select something in the first input. Submit Then refresh (just...
The solution seems to be some live changes on the form attributes (autocomplete / inert / etc..) executed during the component/form lifetime. But this is something that must be done...
Took me time, but i check tested all this deeply, on Firefox at least. TL;DR; `"autocomplete=off"` on the form tag itself solves almost everything. ```twig {{ form_start(form, { attr: {...
I'm more and more thinking there is something not clear about the state in live component forms. In the end there must be "one source of truth", not two. What...
SO! This is probably (partially at least) due to this code, that has not be updated since we allow "name" on inputs and not only data-model https://github.com/symfony/ux/blob/89c7fa95d8d71af01fb604533755b2acbeb26ce5/src/LiveComponent/assets/src/Component/plugins/SetValueOntoModelFieldsPlugin.ts#L33
Thank you @Kobo-one
Maybe if you guys could update this PR with a simple test covering the 2 scenarios (alpine wrapping live and vice versa) (and when i say _test_, a clean page...
Would you like to try bringing a fix here ?
I reproduced in dev too. First thing: it seems to only happen with lazy firewall. Secondly, the problem is related to session usage index values... In the AbstractSessionListener, for the...
I don't know if/when we made a change, but symfony/ux-chartjs currently uses the [Charts.js color palette ](https://www.chartjs.org/docs/latest/general/colors.html#default-color-palette)per default. I removed the hard-coded colors in the website controller code, and added...