Hello,
I am trying to figure out why my LiveView forms aren’t displaying errors. It looks like they are being set in the appropriate handle_event
callback, but they are nowhere to be seen despite being printed in my templates.
You can find my code here: GitHub - danieljaouen/phoenix_modal_example
With the most relevant code being located in lib/modal_example_web/live/modal_example_live.ex
and lib/modal_example_web/live/modal_example_live.html.heex
.
Any help is greatly appreciated. Thanks!