igormisha

Results 2 issues of igormisha

What is the way to make one group of fields for adding new collection item to show up without need to click on the Add button?

The documentation sais that form method is set automatically but I have edit action in the controller: ``` def edit(conn, %{"id" => id}) do resume = Hr.get_resume!(id) form = create_form(ResumeType,...