dropdown.js icon indicating copy to clipboard operation
dropdown.js copied to clipboard

Doesn't display label on <optgroup></optgroup>

Open rougin opened this issue 10 years ago • 1 comments

I try to display a dropdown using your library but it does not display the labels in the <optgroup>:

<select name="major_description" class="form-control">
    <optgroup label="Hello">
        <option value="world">foo</option>
    </optgroup>
    <optgroup label="World">
        <option value="bar">foot</option>
    </optgroup>
</select>

The result is it only displays the values foo and foot.

rougin avatar Feb 14 '15 07:02 rougin

me to , we need help

f22hd avatar Mar 09 '16 21:03 f22hd