$data = [2 => 'widget', 3 => 'dropDownList', 4 => 'yii2'];
echo $form->field($model, 'title')->widget...php
echo $form->field($model, 'title')->widget(Select2::classname(), [
'options' => ['placeholder'...'; }"),
],
'ajax' => [
'url' => '这里是提供数据源的接口',
'dataType' => 'json',
'data' => new JsExpression('function...(params) { return {q:params.term}; }')
],
'escapeMarkup' => new JsExpression('function (markup) { return...' => new JsExpression('function (res) { return res.text; }'),
],
]);
?