I'm getting no rendering for the select box, when using this code:
$formMapper->add('studycourses', 'sonata_type_model', array('expanded' => false, 'multiple' => true);
This is what appears:

But when I do the same with 'expanded' => true I get the correct result:

I'm using Sonata Admin Bundle 2.2 and Symfony 2.3.