Hi there,
I have a formItemA, and use dynamicForm.setItems(formItemA) to set it into a dyanmicForm.
And then, for the same formItemA, reuse dynamicForm.setItems(fromItemA) again, I will got the warning "FormItems cannot be re-used with different DynamicForms", but the operation on the UI is ok.
Can I ignore this warning? are there potential problems for ignoring this warning?
Thanks.
I have a formItemA, and use dynamicForm.setItems(formItemA) to set it into a dyanmicForm.
And then, for the same formItemA, reuse dynamicForm.setItems(fromItemA) again, I will got the warning "FormItems cannot be re-used with different DynamicForms", but the operation on the UI is ok.
Can I ignore this warning? are there potential problems for ignoring this warning?
Thanks.
Comment