quinten-kamphuis
Nested forms in live components - causing invalid html
Hi,
I’m running into an issue with a form inside of my rich editor live component. For the editor I have a button that opens a modal with a link insertion form. The problem is that the editor itself is also rendered inside a form of course. This causes issues and is invalid html right?
First I tried not having a form in the modal but saving the fields values on change in the assigns of the editor component. But pressing enter would still submit the parent form. I experimented with javascript to prevent the enter event but this felt too hacky.
Then I tried moving or “portalling” the modal component to the so that it’s form is no longer part of the form the editor is part of. But I could not get this to work, live view could no longer perform any updates and I believe it lost track of the modal since it was no longer in the same place. I also tried teleport with Alpine.js but I had similar issues here.
Hoping anybody knows a proper solution to handling nested form structures. Or proper live view portalling that would solve this.
Thanks!
Marked As Solved
cmo
I was speaking a little off topic. Every time you send an event to the backend to change the visibility of an element, a latency fairy dies.
Sorry, empty form tags, not self closing ones.








