AshPhoenix.Form for an Ash.Flow module instead of Ash.Resource
I really like AshPhoenix and I just figured out how to use
Ash.Flow
. Is it possible to initialize an AshPhoenix.Form
object for an Ash.Flow
module instead of the usual Ash.Resource
?5 Replies
I understand I can just do
AshPhoenix.Form.validate
and then manually call my Ash.Flow
module instead of calling AshPhoenix.Form.submit
. I was just wondering if there's a direct way of calling the Ash.Flow
module.Currently there is not.
Cool. I was just checking. Thanks!
We’d like to add an
AshPhoenix.FlowForm
That would be dope