You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when I disable an optgroup the options are hidden (using the data-hide-disabled option), but the optgroup header and divider are still displayed.
I would expect that when we disable (and subsequently hide) optgroups, that their header and divider are hidden as well. But that is not the case.
Currently when I disable an optgroup the options are hidden (using the data-hide-disabled option), but the optgroup header and divider are still displayed.
I would expect that when we disable (and subsequently hide) optgroups, that their header and divider are hidden as well. But that is not the case.
<optgroup label="Child Sizes" class="optgroup-child" disabled>
or
$("select.select-size optgroup.optgroup-child").prop("disabled", true);
$("select.select-size").selectpicker('refresh');
The text was updated successfully, but these errors were encountered: