Edward Scott
AEAsh Elixir
•Created by Edward Scott on 4/10/2023 in #support
How to determine the cause of a form validation error
That makes sense. Your suggestion worked. Thank you.
9 replies
AEAsh Elixir
•Created by Edward Scott on 4/10/2023 in #support
How to determine the cause of a form validation error
I just want the variables to be owned by the 'compenent'. I will change to :map.
9 replies
AEAsh Elixir
•Created by Edward Scott on 4/10/2023 in #support
How to determine the cause of a form validation error
and
I get a validation error:
[field: :variables, message: \"at index 1 is invalid\", index: 1]
from the validate in my update handler calling AshPhoenix.Form.submit(AshPhoenix.Form.validate(socket.assigns.update_form, form))
The form is defined using:
I can't spot the cause of the error. Any suggestion on how to proceed?9 replies