Opened 12 years ago
Closed 12 years ago
#10762 closed enhancement (duplicate)
support optgroup in FilteringSelect and ComboBox
Reported by: | anno | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | General | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I would be great that Dojo supports "optgroup" tags like you would not use Dojo framework.
example:
<select name="Namen" size="6"> <optgroup label="Namen mit A"> <option label="Anna">Anna</option> <option label="Achim">Achim</option> <option label="August">August</option> </optgroup> </select>
I tested it with code from this page of dojo page but this doesn't work if I want use "optgroup" tags
Note: See
TracTickets for help on using
tickets.
Dup of #10761.