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

Open
rougin opened this Issue Feb 14, 2015 · 1 comment

Projects

None yet

2 participants

rougin commented Feb 14, 2015

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.

f22hd commented Mar 9, 2016

me to , we need help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment