Losing entries for nested forms on validate
To reproduce:
- Have form for update action with
- Have a button to add new form:
- click button, form is added, everything works fine.
- make a change in the form, phx-change event is handled:
- the nested forms disappear!
- Have form for update action with
manage_relationship(:resource, type: :direct_control). - Have a button to add new form:
- click button, form is added, everything works fine.
- make a change in the form, phx-change event is handled:
- the nested forms disappear!
