Support Meta Box Group Group not working properly Reply To: Group not working properly

#13506
Matthias NettekovenMatthias Nettekoven
Participant

Hi,

we are experiencing the same issue.

array(
                    'id' => $this->prefix . '_event_guests',
                    'type' => 'group',
                    'clone'  => true,
                    'sort_clone' => true,
                    'collapsible' => true,
                    'default_state' => 'collapsed',
                    'save_state' => true,
                    'name' => esc_html__('Guests', 'ceps'),
                    'group_title' => array( 'field' => 'name' ),
                    'fields' => array(
                        array(
                            'name' => 'Name',
                            'id'   => 'name',
                            'type' => 'text',
                        ),
                        array(
                            'name' => 'Description',
                            'id'   => 'description',
                            'type' => 'textarea',
                        ),

                    )

When refreshing the page, the tabs are not collapsed. Only when manually triggering them the state gets saved.

Latest Version of both plugins installed.