SelectBox: Also use the default form classes

This commit is contained in:
Johannes Meyer 2019-07-26 13:52:01 +02:00
parent 775f5cd3b5
commit 4f507d9672
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class SelectBox extends AbstractWidget
public function render()
{
$form = new Form();
$form->setAttrib('class', 'inline');
$form->setAttrib('class', Form::DEFAULT_CLASSES . ' inline');
$form->setMethod('GET');
$form->setUidDisabled();
$form->setTokenDisabled();