field($model, 'skill')->widget( Select2::class, [ 'data' => ArrayHelper::map(Skill::find()->all(), 'id', 'name'), 'options' => ['placeholder' => '...', 'class' => 'form-control', 'multiple' => true], 'pluginOptions' => [ 'allowClear' => true ], ] )->label('Навыки'); ?>
'btn btn-success']) ?>