Unable to send a `Ash.Type.File` as argument to action using `AshPhoenix.Form`
When trying to send a
Worth nothing that sending the file argument as
AshAdmin also exhibits this behaviour.
Am I doing something wrong or is this a bug? The action looks like this:
Ash.Type.File struct as an argument to an update action, AshPhoenix.Form is failing on validation.Worth nothing that sending the file argument as
:override_params in AshPhoenix.Form.submit does bypass this and work correctly, as does calling the action directly.AshAdmin also exhibits this behaviour.
Am I doing something wrong or is this a bug? The action looks like this:
