我在网址中通过GET返回cat_id值来表示我的下拉列表,必须选择哪个项目.
但它不起作用.
原文链接:https://www.f2er.com/php/136108.html但它不起作用.
<?= $form->field($model,'cat_id')->dropDownList( ArrayHelper::map(DeviceCats::find() ->where(['is_deleted' => 'no'])->all(),'id','title'),['options' => [$_GET['cat_id'] => ['selected'=>true]],'prompt' => ' -- Select Category --']) ?>