If you set a filed in scaffold.fields as
'onefield' => ['type'=>'select']
'otherfield' => ['type'=>'select','multiple'=>'multiple']
The resulting html will be
result.txt
So the visible input select is presented OUTSIDE the div container as it should.