My questions are -
First - In General, how do phoenix handle these kind of inputs? Do phoenix converts to them tuple type on the fly as they are in ordered. Let’s try it out.
Second - How do use Phoenix.Html.Form to generate the tags in the form. I have some think that it should work but it didn’t.
This is what I have tried -
Pass the name option to the functions, for example: text_input f, :input1, name: "input1[]". Not sure if that’s exactly the option but it something along the lines above.