Choice Field and Select Widget With Optional Optgroups
Renders an select field with some optgroups. Some options can be outside the optgroup(s). The options and labels should be in a tuple with ((label, choices),) where choices is a tuple ((key, value), (key2, value2)). If a label is null or blank, the options will not belong to an opt group.
- newforms
- widgets
- select
- optgroup
- option