Hi Isomorphic,
is it possible to have a FormItem (TextItem, SelectItem, etc., explicitly not HiddenItem) to start as hidden at the time of the dynamicForm.setFields() call? Or do I have to call formItem.hide() after draw of the DynamicForm?
I think I'm missing an API like FormItem.setHidden() which configures the start-state like e.g. FormItem.setRequired().
I'm using current 5.0p.
Best regards
Blama
is it possible to have a FormItem (TextItem, SelectItem, etc., explicitly not HiddenItem) to start as hidden at the time of the dynamicForm.setFields() call? Or do I have to call formItem.hide() after draw of the DynamicForm?
I think I'm missing an API like FormItem.setHidden() which configures the start-state like e.g. FormItem.setRequired().
I'm using current 5.0p.
Best regards
Blama
Comment