Example #1
0
 protected function countryInput($country)
 {
     $adOptions = ['data-request' => 'onCountryChange', 'data-request-update' => '\'MyInfo::_state\' : \'#state_div\''];
     if (!$this->property('stdSelect')) {
         $adOptions['class'] = 'form-control custom-select';
     }
     $this->countrylist = Country::formSelect('country', $country, $adOptions);
     return $this->countrylist;
 }