Hi,
why is this not working?
$country = new Select(
"country",
Country::find(['distinct' => 'country', 'order' => 'country']),
["using" => ["country", "country"],
'class'=> "form-control"]
);
$country -> setLabel('Country');
$this->add($country);
order is working but distinct not.