snapappointments / bootstrap-select

:rocket: The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more.
https://developer.snapappointments.com/bootstrap-select/
MIT License
9.85k stars 2.72k forks source link

All optgroup show the options listed in the first optgroup #2699

Closed etoundi2nd closed 2 years ago

etoundi2nd commented 2 years ago

Code:

        <select class="selectpicker" multiple>
          <optgroup label="African Teams">
            <option>Cameroon</option>
            <option>Egypt</option>
            <option>Ghana</option>
          </optgroup>
          <optgroup label="European Teams">
            <option>Germany</option>
            <option>France</option>
            <option>Italy</option>
          </optgroup>
          <optgroup label="American Teams">
            <option>Brazil</option>
            <option>Argentina</option>
            <option>Colombia</option>
          </optgroup>
        </select>

Rendering:

Screenshot 2022-01-13 at 22 03 17

Branch

https://github.com/snapappointments/bootstrap-select/tree/v1.14.0-beta2

Bootstrap v5.1.3

NicolasCARPi commented 2 years ago

Hello,

Thank you for reporting this issue. Closing as duplicate of https://github.com/snapappointments/bootstrap-select/issues/2607