so i have the following :
$form->add(new Select( "client" , Clients::find() ,
[
'using' => ['id','firstname'],
'data-placeholder' => "Membros Participantes",
'class' => "chosen-select"
]
));
So how can i in the using
method pass 2 texts ? Example: using=>[id,FIRSTNAME,LASTNAME]