kartik-v / yii2-widget-select2

Enhanced Yii2 wrapper for the Select2 jQuery plugin (sub repo split from yii2-widgets).
http://demos.krajee.com/widget-details/select2
Other
323 stars 145 forks source link

Tags not work. #278

Closed BoguckiM closed 5 years ago

BoguckiM commented 5 years ago

Hi.

Yii 2.0.16.1 kartik-v/yii2-widget-select2 2.1.3

Init: <?= $form->field($model, 'pagea[]')->widget(Select2::classname(), [ 'pluginOptions' => [ 'ajax' => [ 'url' => Url::to('searchpage'), 'dataType' => 'json', ], 'createTag' => 'createTag', 'minimumInputLength' => 3, 'tags' => true, ], ], ) ?>

Why does tags not it work?

BoguckiM commented 5 years ago

The 'createTag' function must be given by 'new JsExpression (' ... ')'

kartik-v commented 5 years ago

That's correct.