Lately I've been working on a side project that requires dynamically adding or removing fields to a form: ideally, I should be able to add any number of fields and the server should receive the data correctly.
While a combination of FieldList and FormField works great when adding fields in …