Hi
When using 'clone_empty_start' to true the front end form does not hide the first group of fields? i am using the latest version of all plugins.
[
'type' => 'group',
'id' => 'product_package',
'name' => 'product package',
'group_title' => 'Product Package',
'clone' => true,
'sort_clone' => false,
'collapsible' => false,
'default_state' => 'expanded',
'save_state' => false,
'save_field' => true,
'clone_empty_start' => true,
'add_button' => '+ Add product',
'fields' => [
[
'type' => 'number',
'name' => 'Product',
'id' => 'product_id',
'step' => '1',
'placeholder' => '',
//'min' => '0',
//'max' => '10000',
'sanitize_callback' => 'absint',
'required' => true,
'columns' => 4,
],
]
]