Select_advanced clone on a post field

Support General Select_advanced clone on a post fieldResolved

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #46965
    YasmineYasmine
    Participant

    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)

    #46981
    PeterPeter
    Moderator

    Hello Yasmine,

    Thank you for your feedback.

    I could reproduce the issue from scratch. I've escalated this issue to the development team to fix it for future updates.

    #47935
    AlexAlex
    Participant

    Has this been fixed? I'm experiencing the same issue with multiple metablocks using select_advanced fields. Only one of the select_advanced fields in one of the blocks works correctly.

    #47941
    PeterPeter
    Moderator

    Hello Alex,

    The issue in this topic has been resolved. However, your issue with the custom block and select_advanced field isn't fixed. We are still researching this issue and working on it. The fix for that issue will be included in future updates.

    In the meantime, you can follow the workaround from our user in this topic to fix the issue
    https://support.metabox.io/topic/bug-with-select_advanced-fields/#post-47857

    Thank you.

    #47942
    AlexAlex
    Participant

    Thank you.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.