dhamaso / ufd

Automatically exported from code.google.com/p/ufd
GNU General Public License v2.0
0 stars 0 forks source link

Support for optgroup #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Yes this would be nice, but is non trivial, so don't hold your breath for this 
feature.  Patches accepted ...

Original comment by thetoolman on 21 May 2012 at 5:50