body|append = from(fields/optgroup.html|body > *)
/*
[data-v-field-*] select|placeholder = $field['placeholder']
[data-v-field-*] select|name = $field['name']
[data-v-field-*] select|addNewAttribute =
[data-v-field-*] select|addNewAttribute =
*/
@select = [data-v-field-optgroup] select
@optgroup = [data-v-field-optgroup] select optgroup
@option = [data-v-field-optgroup] select option
@option|deleteAllButFirstChild
@optgroup|deleteAllButFirstChild
@optgroup|before = $options) { ?>
@optgroup|label =
@option|before = $name) { ?>
@option|innerText = $name
@option|value = $value
@option|addNewAttribute =
@option|after =
@optgroup|after =