• WordPress 4.5.3 with Groups plugin 1.11.3

    Multiple “Choose groups …” input fields…

    Bug appeared after updating WordPress from 4.3.1 to 4.5.3.

    <div class="groups-select-container"><select id="user-groups" class="groups selectized" name="group_ids[]" multiple="multiple" placeholder="Choose groups …" data-placeholder="Choose groups …" tabindex="-1" style="display: none;"></select><div class="selectize-control groups selectized multi plugin-remove_button"><div class="selectize-input items not-full"><input type="text" tabindex="-1" placeholder="Choose groups …" style="width: 110px; opacity: 1; position: relative; left: 0px;"></div><div class="selectize-dropdown groups selectized multi plugin-remove_button" style="display: none; width: 128px; top: 29px; left: 0px;"><div class="selectize-dropdown-content"></div></div></div><div class="selectize-control groups multi plugin-remove_button"><div class="selectize-input items not-full has-options"><input type="text" tabindex="" placeholder="Choose groups …" style="width: 110px;"></div><div class="selectize-dropdown groups multi plugin-remove_button" style="display: none; width: 128px; top: 29px; left: 0px;"><div class="selectize-dropdown-content"></div></div></div></div>

    https://www.ads-software.com/plugins/groups/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter SirSasquatch

    (@sirsasquatch)

    These are the duplicate HTML tags the Group plugin is outputting:

    <div class="selectize-control groups selectized multi plugin-remove_button">
    <div class="selectize-input items not-full">
    
    <div class="selectize-control groups multi plugin-remove_button">
    <div class="selectize-input items not-full has-options">
    Thread Starter SirSasquatch

    (@sirsasquatch)

    After more testing… I realized the bottom Group Selection and Group Actions DO work correctly.

    So, the bug is just for the top (above the user list for example):
    https://www.mydomain.com/wp-admin/users.php

    Andrei G.

    (@27shutterclicks)

    I am having exactly the same problem as above.

    The bottom dropdown menu works, except it is not “selectized”. It is simply a multi-select dropdown.

    Any planned fixes for this?

    Andrei G.

    (@27shutterclicks)

    I was able to resolve this issue by simply updating the Groups plugin to the latest version.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Multiple "Choose groups …" input fields…’ is closed to new replies.