Ash FrameworkAF
Ash Framework3y ago
3 replies
kingdomcoder

Ash Phoenix Form potential bug

Hey

AshPhoenix.Form.validate(socket.assigns.form, params)
|> AshPhoenix.Form.submit()

produces
** (KeyError) key :options not found in: #AshPhoenix.Form

However, this doesn't:
validated_form = AshPhoenix.Form.validate(socket.assigns.form, params)

validated_form.source
|> AshPhoenix.Form.submit()


Is this expected?
Was this page helpful?