Hi Isomorphic,
what's the correct/suggested way implementing of a DynamicForm with different FormItems (after some user action some FormItems will be shown and some will be hidden).
How would one add/remove fields from a DynamicForm? It has no removeFields-method and calling setFields again with a slightly different field-list but with the same objects for the fields present before and after results in a warning (ID collision). So I have to add all fields in advance and work with myFormItem.show() / myFormItem.hide(), correct?
Thank you & Best regards
Blama
what's the correct/suggested way implementing of a DynamicForm with different FormItems (after some user action some FormItems will be shown and some will be hidden).
How would one add/remove fields from a DynamicForm? It has no removeFields-method and calling setFields again with a slightly different field-list but with the same objects for the fields present before and after results in a warning (ID collision). So I have to add all fields in advance and work with myFormItem.show() / myFormItem.hide(), correct?
Thank you & Best regards
Blama
Comment