Hello again,
I think another issue on the select_advanced + post field.
[
'name' => __('Select a post', 'your-text-domain'),
'id' => 'select_post',
'type' => 'post',
'post_type' => ['CPT'],
'field_type' => 'select_advanced',
'ajax' => true,
'clone' => true,
'max_clone' => 4,
]
When you have clone as true, and then you click add new. The first box breaks and changes styling. It appears to change from a select2 to a normal select, but with only one value option being listed. All the other clones work fine, only changes the select box type on first clone and only when more than one clones are there. When no other clones, first clone works fine (excluding my other issue of the actual search not working)