@zachdaniel I got one more question about this example, please help:
Whenever we want to create a savings_account, we’ll have to create a bank_account first.
I thought I can create a bank_account in a :create action of SavingsAccount, but when I use “change”, to create a bank_account first in a :create action, it will be called once in AshPhoenix.Form.for_create(). If I then cancel the new SavingsAccountLive.FormComponent, the bank_account just created is no longer useful.
Is there appropriate way here?






















