When you have a DynamicForm with DataSource, you can use setUseAllDataSourceFields to generate the items.
When the form is bound to ValuesManager and you only need to display some of the values (divide them to different forms), is it possible to just pass a list of the field names to a form without generating FormItems by hand?
When the form is bound to ValuesManager and you only need to display some of the values (divide them to different forms), is it possible to just pass a list of the field names to a form without generating FormItems by hand?
Comment