Custom validation error not appearing in form
I'm using the
The validation:
The resource:
Is there something I'm missing in implementing a validation or could it be something in the form?
.input and .inputs_for components from Phoenix, and I see the normal is required errors in the html when I leave fields blank, but while my custom error shows up in the changeset from IO.inspect I don't see it in the html. The validation:
The resource:
Is there something I'm missing in implementing a validation or could it be something in the form?
