mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Added correct CSS class to GroupedDropdownField
This commit is contained in:
parent
2503e481ff
commit
472752361a
@ -57,5 +57,10 @@ class GroupedDropdownField extends DropdownField {
|
||||
|
||||
return $this->createTag('select', $this->getAttributes(), $options);
|
||||
}
|
||||
|
||||
function Type() {
|
||||
return 'groupeddropdown dropdown';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user