Added correct CSS class to GroupedDropdownField

This commit is contained in:
Ingo Schommer 2012-08-16 23:31:13 +02:00
parent 2503e481ff
commit 472752361a

View File

@ -57,5 +57,10 @@ class GroupedDropdownField extends DropdownField {
return $this->createTag('select', $this->getAttributes(), $options);
}
function Type() {
return 'groupeddropdown dropdown';
}
}