Open edisonywh opened 3 years ago
Right now we rely on Ecto.Changeset for forms, we can look into it further and see if we need to do that, or if there's some possibility to move away from Ecto.Changset and implement Phoenix.HTML.FormData ourselves
Ecto.Changeset
Right now we rely on
Ecto.Changeset
for forms, we can look into it further and see if we need to do that, or if there's some possibility to move away from Ecto.Changset and implement Phoenix.HTML.FormData ourselves