Form.select.optgroup ViewHelper <f:form.select.optgroup>

Adds custom <optgroup> tags inside an <f:form.select>, supports further child <f:form.select.option> tags.

Source code

Go to the source code of this ViewHelper: Form\Select\OptgroupViewHelper.php (GitHub).

Arguments

The following arguments are available for the form.select.optgroup ViewHelper:

additionalAttributes
Type
array
Additional tag attributes. They will be added directly to the resulting HTML tag.
data
Type
array
Additional data-* attributes. They will each be added with a "data-" prefix.
disabled
Type
boolean
Default
false
If true, option group is rendered as disabled