echo $form->field($modelForm, 'applicationTypeId')->widget(\kartik\widgets\Select2::classname(), [
'data' => $modelForm->selectSaleType,
'pluginOptions' => [
'width' => '155px'
],
'options' => ['placeholder' => 'All', 'multiple' => true]]);