AshPhoenix.Form fails in submit without errors with embedded resources
I have a embedded resource like this:
This embedded resource is used as an attribute inside my
I'm having problems when trying to submit an update to it using
This is how I initialize the form:
After this, I just run the submit function. An I doing something wrong here?
This embedded resource is used as an attribute inside my
Property resource like so: attribute :off_market, OffMarket, allow_nil?: trueI'm having problems when trying to submit an update to it using
AshPhoenix.Form.submit, when I run this, it will fail with a {:error, form} reply but there will be no error inside the form.This is how I initialize the form:
After this, I just run the submit function. An I doing something wrong here?
