What steps will reproduce the problem?
1.
If you use optgroup in the select list
<select id="demo2">
<optgroup label="group1">
<option>1-1</option>
<option>1-2</option>
<option>1-3</option>
</optgroup>
<optgroup label="group2">
<option>2-4</option>
<option>2-5</option>
<option>2-6</option>
</optgroup>
</select>
What is the expected output? What do you see instead?
I was expecting some visual clues on the grouping.
It was rendered with just the options part.
It would be great to have the grouping labels rendered as well for every child that matches the filter/search criteria.
What version of the product are you using? On what operating system?
src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js"with ufd
1.6
on Chrome
Original issue reported on code.google.com by ens...@gmail.com on 19 Oct 2011 at 1:23
Original issue reported on code.google.com by
ens...@gmail.com
on 19 Oct 2011 at 1:23