Brian Van Buren

Results 2 comments of Brian Van Buren

The widget I am using is Kartik's Select2 widget (https://github.com/kartik-v/yii2-widget-select2). The code I am using to call the widget: ``` echo $form->field($model, 'category_ids')->widget(Select2::className(), [ 'data' => $categories_list, 'pluginOptions' => [...

@CountBleck I updated to 0.27.13 and all of the things that I explained above executed the same.