mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00: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);
|
return $this->createTag('select', $this->getAttributes(), $options);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function Type() {
|
||||||
|
return 'groupeddropdown dropdown';
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user